I'm new to this list and hope someone can help me to solve this problem:
I'm trying to configure Apache (version 2.0.47) on my machine, but I cannot reach the folder "prova" (which means test in italian), containing some .png's, from the internet.
Either the folder "prova" and files I put in have 777 permissions.
My machine (where Apache is installed) is connected to the internet by modem, using PPPOE.
These are the only pieces of files I've changed trying to configure the web server:
/etc/hostname : welcome
/etc/hosts : 127.0.0.1 localhost
127.0.0.1 welcome.localhost welcome(here above I also tried to put 192.168......)
/etc/apache2/conf/commonapache2.conf :
_______________________________________________________________________
### Restricted set of options: ### <Directory /> Options -All -Multiviews AllowOverride None <IfModule mod_access.c> Order deny,allow Deny from all </IfModule> </Directory>
### ### Note that from this point forward you must specifically allow ### particular features to be enabled - so if something's not working as ### you might expect, make sure that you have specifically enabled it ### below. ### <Directory "/home/httpd/htdocs/prova"> Options All Indexes FollowSymLinks Multiviews AllowOverride None Order allow,deny Allow from all </Directory> ### _________________________________________________________________________
Here above I've tried to change almost everything without success.
I've also tried to change port 80 to 8000 and to another higher than 1024 in /etc/apache2/conf/apache2.conf, but nothing again.
Can anybody help me?
Thank you in advance
Enrico Giorio.-
-- [EMAIL PROTECTED] mailing list
