PDA

View Full Version : [Apache] Problem accesing it from another pc



ianmurrays
07-15-2005, 12:28 AM
I managed to run Apache PHP and MySQL in a HDD- install (Knoppix 3.6). Everything runs ok locally, i can acces everything from the server. But when i try to acces a php webpage, the browser returns an error, saying it wasn't able to connect to the server. Now, the strange thing is, that i can acces the root document of the server, I can see the typical "Apache installed succesfully" page.

I don't know whats wrong

I hope someone understands this (I'm not american nor english) and helps me..

THX

gonzalezmfrank
07-19-2005, 12:15 PM
Something may cause the error, look at the /etc/apache/ the configuration of apache server, this directory storage the apache parameters you have to include the .php extensions, the documents has a very good explain inside.

If you are trying to conect to another computer you can access using http://your-ip-adress/your-directory/file(.html or .php)

look the directory by default in some installations is /var/www

Include in your registration, your natural language, I can support you in Spanish

Bye

Frank

ianmurrays
07-21-2005, 10:34 PM
Excelente, soy chileno, asi es que mejor, porque me puedes ayudar en espaņol.

al parecer el problema recae en el archivo de indice (algo asi), que es el archivo que el servidor muestra cuando uno accesa el directorio (asi: http://direccion-ip/directorio/) pero no se donde configurar eso..

gracias de antemano