Problem with Apache webserver
Community Support question - to convert into a paid question, click here
Lines in bold below have not yet been seen by the customer - those in blue are from the customer
Username : Date : Action : Comments [ close all ] |
|
|
|
goaliemn : 08/10/02 12:58 AM : Incident created |
- I'm using the apache out of the box with Mandrake 8.2. I'm getting an error with the virtual hosts of "Client denied by server configuration" The config file looks good. Any ideas out there?
|
|
|
|
Linegod_7611 : 08/10/02 04:03 AM : Reply received |
- In between the 'VirtualHosts' directive, add a 'Directory' directive, that allows access
to the directory your virual host is in. ie:
<VirtualHost 24.22.22.22>
ServerAdmin [email protected]
ServerName test.whatever.sk.ca
DocumentRoot /var/www/test
ErrorLog /var/log/test/error_log
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
<Directory /var/www/test>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
The new apache configuration is 'locked down' so this is required.
-----
Note: If this answer resolves your problem, please remember to close this question.
|
|
|
|
goaliemn : 08/10/02 06:35 PM : More info provided |
- that did it. Thank you. I owe you a beer :)
|
|
|
|
goaliemn : 08/10/02 10:12 PM : Incident closed |
-
|
|
|
|
Language
Search Mandriva Expert
|