Configuration file used by HTTP Server called Apache.

learn more… | top users | synonyms

2
votes
1answer
573 views

How to properly deny Railo directory access through Apache

I've been battle tested on this and failed to achieve my goal which is to deny all access to all directories except the Public directory and only allow access to all all other directories with ...
1
vote
1answer
122 views

Enabling SSL on Apache2 causes address already in use error

My server works just fine on a normal Apache2 install. Now, I'm trying to install subversion on this server using a guide I found on the net called: Installation of Subversion on Ubuntu, with Apache, ...
-1
votes
1answer
3k views

XAMPP phpMyAdmin - Access forbidden!

I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line: Order deny,allow Deny from all Allow from ...
2
votes
0answers
25 views

pointing a parked subdomain to a real subdomain

I have two registered domains. Say the domains are: originaldomain.com , and parkeddomain.com parkeddomain.com points to originaldomain.com I also have a few subdomains in originaldomain.com, and I ...
2
votes
0answers
241 views

RewriteBase has to change when using UserDir

I have setup our Apache server to use UserDir This mean our urls are: http://dev.server.com/~username/drupal/html/ Before our URLS were: http://dev.server.com/drupal/html/ In the 2nd case I ...