>hi,
>i am running both of these programs on my ultra5 with solaris 2.6.
>i believe that the conf file for Solstice is to be found in /etc, but it is
>nowhere to be found..
>also... where is the config files for SunWebServer1.0?
>i dont even know if it is running or what....
If there are no other webservers on the system, look
for a process called httpd.
If you use the long format of ps on a wide screen, the
location of the config file is in the command line.
Truss -ae on the PID of the httpd will show the location
of the config file in the env args right at the top
of the truss.
Check the /etc/init.d directory for scripts with http
in them, this is a shell script that points to the config
file. [You can start and stop the SWS with the script
as well....]
Some of this does depend on whether you told the install
of SunWebserver to start automatically at boot. I THINK
[meaning I am not logged in at the moment to the system
with SWS] that it creates the /etc/init.d start/stop
script whether it is started automatically, but just doesn't
create the link in the rc2.d directory.
If SWS is running, depending on the install, you should be
able to "telnet localhost 80' or 'telnet [hostname] 80'
and get a response.
Can't honestly remember if the default config file is in
/etc/http or /var/http directory, have moved mine somewhere
else.
PS. If you can't figure it out, email me directly and I'll
give you another email address where I can log into my
SWS system and dig around.