I have been trying to setup my local system so that typing in a local tld goes to the relevant htdocs subfolder, but cannot get it to work.
I am currently for every project, creating a folder in my htdocs e.g.
I installed XAMPP http://www.apachefriends.org/en/xampp-linux.html.tar xvfz xampp-linux-1.7.7.tar.gz -C /optI created a new directory named MySite into htdocs and then Ι created a soft link to home/kmkm@km:/opt/lampp/htdocs$ sudo mkdir MySite
km@km:/opt/lampp/htdocs$ sudo chmod 755 -R MySite
km@km:/opt/lampp/htdocs$ sudo chown km:km MySite/
km@km:/opt/lampp/htdocs$ ls -al
total 56
drwxr-xr-x 5 n
I am trying on Client/Server side application in android. I have a php file which simply get or post data. On Android I have an activity which get and post data from server file.
Error log
[Wed Jul 04 06:01:54 2012] [error] [client 127.0.0.1] File does not exist: C:/xampp/www/htdocs/localhost/favicon.ico
[Wed Jul 04 06:01:54 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/xampp/Bin/apache
[Wed Jul 04 06:01:58 2012] [error] [client 127.0.0.1] Options ExecCGI is off in this directory: C:/xampp/www/htdocs/wsgi_app/wsgi_handler.py
[W
installing mod_wsgi giving 403 error
httpd.conf i added code below
WSGIScriptAlias /wsgi "C:/xampp/www/htdocs/wsgi_app/wsgi_handler.py"
<Directory "C:/xampp/www/htdocs/wsgi_app/">
AllowOverride None
Options None
Order deny,allow
Allow from all
</Directory>
wsgi_handler.py
status = ‘200 OK’
output = ‘Hello World!’
response_headers = [('Content-type', 'text/p
How do I change the permission of file/directories such that I am able to create, edit, delete files/directories anywhere in my system? Currently I am using Ubuntu 12.04.
I tried
sudo chmod 777 -r /opt/lampp/htdocs
after installing xampp but it does not even seems to work for the htdocs folder.
Thanks
I downloaded and installed XAMPP, and to keep my projects nicely separated I want to create a VirtualHost for each one based on its future domain name.
I am getting this error on my proof of concept Linux box. Can anyone help this noob out? From the looks of it, Zend is the issue.
I have two apache servers running on windows 7. The one that comes bundled with XAMPP(running on port 80) and the one that comes with Zend(running on port 81). I would like to setup virtual hosts on the port 81. How would I go about this ? This is what I have put in the httpd-vhosts.