Ol�, N�o entendo quase nada de apache, mas sei que como root fa�o httpd start e ele funciona. Entro no diretorio /home/httpd/ (conectiva 7) e edito os arquivos index.html de modo que ao abrir o netscape fazendo http://localhost ele abre o site com os arquivos que eu criei.
Dei mais umas lidas e sei que como usuario eu posso criar um diretorio /home/usuario/public_html onde poderia hospedar a pagina do usuario... Mas quando fa�o http://localhost/~usuario/ recebo a seguinte mensagem: Forbidden You don't have permission to access /~marvinsc/ on this server. Apache/1.3.19 Server at localhost.localdomain Port 80 EU PROCUREI a documenta��o na p�gina do apache que me dava a instru��o que segue abaixo. Tamb�m li o arquivo error_log Mas N�O TENHO A MENOR ID�IA DO QUE FAZER ... qq ajuda, eu agrade�o. Abaixo seguem os arquivos: ### Arquivo error_log [Thu Jun 20 15:58:04 2002] [error] Cannot remove module mod_perl.c: not found in module list [Thu Jun 20 15:58:04 2002] [error] Cannot remove module mod_php4.c: not found in module list [Thu Jun 20 15:58:04 2002] [crit] (98)Address already in use: make_sock: could not bind to port 80 ----------------------------------------------------------------------------------------------------------- # Why do I get a "Forbidden" message whenever I try to access a particular directory? This message is generally caused because either * The underlying file system permissions do not allow the User/Group under which Apache is running to access the necessary files; or * The Apache configuration has some access restrictions in place which forbid access to the files. You can determine which case applies to your situation by checking the error log. In the case where file system permission are at fault, remember that not only must the directory and files in question be readable, but also all parent directories must be at least searchable by the web server in order for the content to be accessible. # Why do I get a "Forbidden/You don't have permission to access / on this server" message whenever I try to access my server? Search your conf/httpd.conf file for this exact string: <Files ~>. If you find it, that's your problem -- that particular <Files> container is malformed. Delete it or replace it with <Files ~ "^\.ht"> and restart your server and things should work as expected. This error appears to be caused by a problem with the version of linuxconf distributed with Redhat 6.x. It may reappear if you use linuxconf again. If you don't find this string, check out the previous question. Atenciosamente, ----------------------------------------- Marcus Vinicius Silva Cavalcanti Universidade Estadual de Goi�s Pro-Reitoria de Gradua��o / AAP ***Telefones*** ###e-mails### (62) 328 11 65 [EMAIL PROTECTED] (62) 328 11 58 [EMAIL PROTECTED] (62) 328 11 68 [EMAIL PROTECTED] ----------------------------------------- Visite Minha P�gina em: http://marvinsc.cjb.net ----------------------------------------- Assinantes em 22/06/2002: 2229 Mensagens recebidas desde 07/01/1999: 172212 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
