![]() |
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 |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache start problem | maheshsri | SUN Solaris | 1 | 03-13-2006 06:07 AM |
| Start Stop Apache | MILLERJ62 | AIX | 2 | 12-27-2005 05:40 PM |
| How do I start a program when I start my Computer? | l008com | UNIX for Dummies Questions & Answers | 1 | 06-23-2002 08:30 PM |
| Apache start (Was in:how can i?) [Split by LF] | donohd | UNIX for Dummies Questions & Answers | 1 | 03-19-2002 05:54 AM |
| Apache wont start | Alpha_Harblo | UNIX for Dummies Questions & Answers | 4 | 01-02-2002 09:26 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
what are you using to start apache? How are you starting apache?
does dmesg give you any output when you start? are you using the installed version of apache that came with sol10 or the one you installed separately? need some output from ya... "buddy" heheheh |
|
|||||
|
Quote:
Dont panic, you could do it on your own with a bit of 'imagination' ![]() Check what port your apache is listening on 'grep -i listen httpd.conf' then check if that port is in use 'netstat -an | grep _the_port_u_just_grepped' You can inspect the log files which are usually 'error_log' if something went wrong and 'access_log' |
|
|||||
|
i use port 80, and httpd already start with no error but my browser couldn't load my http://localhost
thx be4 |
|
||||
|
Quote:
[root]# telnet localhost 80 <-------- you type this Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / <---------- then you type this This is the most basic test for any http server if it display something like below means webserver is ok, it's probably something wrong with your browser. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <META HTTP-EQUIV=Refresh CONTENT="0; URL=http://yourdomain.com./banner.html" > <html> </html> Connection closed by foreign host. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if this also cannot see means your webserver is using a non standard port or httpd daemons are not started. Can you run that command and see what is being displayed? |
![]() |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|