Web server cannot starting


 
Thread Tools Search this Thread
Operating Systems Solaris Web server cannot starting
# 8  
Old 08-24-2011
my bad. have not messed with Solaris 10 much. Where is your httpd.conf file? There should be an error_log defined in there. That is the real apache log.
# 9  
Old 08-25-2011
the configuration apache is still on /etc/apache2/httpd.conf

i think everything is normal, but i dont know what's the problem? or maybe any dependency for apache is missing.

do you know how to check dependecy software on solaris 10.
# 10  
Old 08-25-2011
For checking dependencies:
Code:
svcs -d svc:/network/http:apache2

For checking dependents:
Code:
svcs -D svc:/network/http:apache2

I doubt, problem is with apache configuration. Because it is executing start method, but due to configuration issues, it may not be able to start. That's why disable is requested.

Have you modified apache config? Is it possible to restore apache configuration before modification?

Also check, if port 80 is in use or not.
Code:
netstat -an | grep "80"

Please reply if further troubleshooting is required.
# 11  
Old 08-25-2011
thanks guys for all your support, the problem is solve. for your info

first think i do is modified the permision after i copy, becuase the default file config is httpd.conf.example ----> so i copy and i modify permision. after that i try to restart the service but the status is still maintenance, ok so i decide to to shutdown the machine. i'm waite for 1 hour then i turn on the machine again and i check again, the web server is already running dan working online.


that's what i can do, but i actually i realy thank you for all your supoort guys. i'm a new comers in solaris world.....once again thank you for all your support


cheers audi_99
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Web Development

Starting Web Application on Jboss

Hello, I installed Jboss EAP 6 on a remote Linux server in standalone mode, and deployed a HelloWorld war file successfully. Opened a browser on my PC and pointed to http://127.0.0.1:8080/filename. I can see “Hello World!” on my browser. However, if the browser points to http://server's... (3 Replies)
Discussion started by: learnix
3 Replies

2. Web Development

What are web design programming steps starting with HTML?

I'm studying web design and I would like to know the stages to knowing what you will ultimately need to know when entering this profession. With HTML being the step one and the basics, to I think XHTML and Css, being two, what's next? JavaScript? MySQL? Can some one provide an ordered list of... (5 Replies)
Discussion started by: Anna Hussie
5 Replies

3. AIX

Starting web-based system manager?

How does one initiate this? (1 Reply)
Discussion started by: NycUnxer
1 Replies

4. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

5. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question