![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Debian Debian GNU/Linux is a free distribution of the GNU/Linux operating system. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in apache | naw_deepak | Red Hat | 3 | 10-25-2008 04:58 AM |
| Apache 2.2 problem | mjdousti | UNIX for Dummies Questions & Answers | 6 | 12-21-2007 11:21 PM |
| Apache with SSL problem | b_manu78 | SUN Solaris | 2 | 03-23-2005 06:13 PM |
| Problem loading php.mod on apache 2.0 | moxxx68 | UNIX for Advanced & Expert Users | 2 | 01-07-2005 11:12 PM |
| apache-ssl https-problem? | loitschix | UNIX for Dummies Questions & Answers | 1 | 07-23-2001 01:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
apache problem
hi all,
I can't get my index.html to display on the web browser. Please point it out the reason. this is what i had done so far: 1. I have registered a dns name pointing to my public ip (it is done automatic) 2. my server name is set same as the dns name 3. I have configured httpd.conf like this ServerName http://xsoldier2006.dnsdojo.org // my dns name DocumentRoot "/var/www/html" // i place my index.html in /var/www/html DirectoryIndex index.html index.html.var HostnameLookups off 4. I have my index.html in the /var/www/html folder what else should i do? did i miss a step? why it is not on the browser? thanks |
|
||||
|
Quote:
Quote:
Code:
/bin/hostname Quote:
Last edited by glen.barber; 10-25-2008 at 11:56 PM.. |
|
||||
|
hi, glen.barber . I am using fedora9. and error_log has this:
"error_log" 7L, 745C [Fri Oct 24 13:24:51 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Fri Oct 24 13:24:51 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri Oct 24 13:24:51 2008] [notice] Digest: generating secret for digest authentication ... [Fri Oct 24 13:24:51 2008] [notice] Digest: done [Fri Oct 24 13:24:51 2008] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads. [Fri Oct 24 13:24:51 2008] [notice] mod_python: using mutex_directory /tmp [Fri Oct 24 13:24:51 2008] [notice] Apache/2.2.9 (Unix) DAV/2 PHP/5.2.6 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.10.0 configured -- resuming normal operations should i disable seLinux?? this is the message generated from Open Port Check Tool Error: I could not see your service on port (80) Reason: Connection timed out so that means port 80 is blocked by my ISP? ..... i'll look into noip.com Any more suggestion? thanks a lot for the input. |
|
||||
|
Quote:
Quote:
Quote:
Regards. Last edited by glen.barber; 10-27-2008 at 11:11 AM.. Reason: Fixed broken 'wiki' formatting. |
|
||||
|
First look if your server is listening to port 80
Quote:
Run tcpdump on your server to see if any connection is made Quote:
|
|
||||
|
I don't believe SeLinux to be the problem here. I think he's trying to access his site using his registered domain name, and because port 80 is blocked by his ISP, it is not connecting.
This is why I want him to try to access the page from inside his LAN if possible. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|