|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
RE: redhat 9 apache problem
Chief,
Are you trying to reach that address from within your network? If your network is on the same IP address scheme and same netmask it should work, else that is a non routable IP address and cannot be reached from the real world unless it is behind a router and you build port routing tables with the router to allow outside traffic to get to it |
|
#17
|
|||
|
|||
|
RE: RE: redhat 9 apache problem
Quote:
/var/www/html If it is not in the same directory you have to tell apache where the html doc will be. this is done in the httpd.conf file |
|
#18
|
||||
|
||||
|
RE: RE: RE: redhat 9 apache problem
Quote:
the file is at the right place just it wont let me view it. its a 403 error i think Forrbiden |
|
#19
|
|||
|
|||
|
RE: redhat 9 apache problem
What permissions does it have?
do a chmod 744 file.html Then try to view it or is it a cgi file? |
|
#20
|
|||
|
|||
|
RE: redhat 9 apache problem
i still can't even get the apache test page to come up from a networked pc
|
|
#21
|
|||
|
|||
|
RE: RE: redhat 9 apache problem
Quote:
|
|
#22
|
|||
|
|||
|
RE: redhat 9 apache problem
Can you view regular html files?
try to chmod 755 the php file and see what happens? What is the script trying to do. Is it accessing something it should not be? |
|
#23
|
|||
|
|||
|
RE: redhat 9 apache problem
no files will work
|
|
#24
|
|||
|
|||
|
RE: redhat 9 apache problem
But I thought you said the apache test page worked?
Are you sure your files are in the same directory as the test page |
|
#25
|
|||
|
|||
|
RE: redhat 9 apache problem
none of my files
|
|
#26
|
|||
|
|||
|
RE: redhat 9 apache problem
Please tell me the exact directory you put you files into - full path
|
|
#27
|
|||
|
|||
|
RE: redhat 9 apache problem
/var/www/ there in there
|
|
#28
|
|||
|
|||
|
RE: redhat 9 apache problem
And in your httpd.conf file what is the path under
DocumentRoot |
|
#29
|
|||
|
|||
|
RE: RE: redhat 9 apache problem
Quote:
/ect/httpd/conf/ for the conf files |
|
#30
|
|||
|
|||
|
RE: redhat 9 apache problem
open your httpd.conf file and look for the DocumentRoot section and there will be a path in there Your docs should be in that path.
Put your files in /var/www/html/ and try them first. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > redhat 9 apache problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|