Tagged Questions
0
votes
2answers
23 views
Issues with Apache and loading PHP files [ubuntu]
I just installed PHP and Apache2 on my laptop (ubuntu 12.04), but I can't get my PHP files to load. I have followed this tutorial: ...
0
votes
1answer
319 views
Trying to Host Server for External Access - Apache, VirtualBox & Portforwarding
Banging my head on the wall at this stage.... trying to host my Apache site on Ubuntu 12.10 with VirtualBox. Running Windows 8 host.
Things I've done:
Ensured Apache is listening on ports 80, 443 ...
0
votes
0answers
53 views
How to improve overall site performance/security? [closed]
I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
0
votes
2answers
1k views
Amazon EC2: How do I create a subdomain on an instance?
I have apache2 and tomcat installed on Amazon ec2 instance running Ubuntu.
tomcat is serving the application and I want to create subdomains for example.com and abc.example.com to serve to different ...
2
votes
1answer
653 views
.htaccess file ignored on Ubuntu Apache 2 server
I'm having a problem with an .htaccess file on a newly installed Ubuntu server running Apache2.
The .htaccess file in the directory where the WordPress files are located isn't being take into account ...
1
vote
1answer
766 views
Symbolic link not allowed or link target not accessible: /var/www on Ubuntu 11.04
I am getting a 403 when i access http://mayfieldafc.local/ upon looking in the Apache logs I am getting:
[Wed Nov 16 12:32:59 2011] [error] [client 127.0.0.1] Symbolic link not allowed or link target ...
2
votes
1answer
2k views
Getting 403 Forbidden after changing webroot
I am running Ubuntu with Apache (LAMP stack). When I changed the webroot from /var/www to /media/data/www, I keep getting 403 Forbidden even after chmod-ing the directory + files to 777. What did I do ...
3
votes
1answer
365 views
How can I make my binary file is served as binary and not text when user choose “Save Linked File As…” in Safari?
I'm serving a binary file (.IPA) with Ubuntu/Apache 2.2.
When I have chosen Save Linked File As... in Safari, it says it's text file. And it guides me to add .txt extension. However it does not add ...