slinger webserver

Hi


I have used the slinger webserver once. I could be able to host static
html pages successfully. Now it not working.

The procedure which I have followed is

export HTTPD_DIR = \usr\webdoc

export HTTP_DOC= index.html

slinger &

====

With this, I was working earlier. Now it is not working and it distrubs
the network settings also.

Can anyone help?

Bye

Lakshmanan R

Dear Mr. Len Meakin

Thank you verymuch

It is working now.

bye

Lakshmanan R


Len Meakin wrote:

Lakshmanan R wrote:
Hi


I have used the slinger webserver once. I could be able to host static
html pages successfully. Now it not working.

The procedure which I have followed is

export HTTPD_DIR = \\usr\\webdoc

export HTTP_DOC= index.html

slinger &

====

With this, I was working earlier. Now it is not working and it distrubs
the network settings also.

Can anyone help?

Bye

Lakshmanan R


You could try the following :

export HTTPD_ROOT_DIR=/usr/webdoc

export HTTPD_ROOT_DOC=index.html

slinger &

Lakshmanan R wrote:

Hi


I have used the slinger webserver once. I could be able to host static
html pages successfully. Now it not working.

The procedure which I have followed is

export HTTPD_DIR = \usr\webdoc

export HTTP_DOC= index.html

slinger &

====

With this, I was working earlier. Now it is not working and it distrubs
the network settings also.

Can anyone help?

Bye

Lakshmanan R


You could try the following :

export HTTPD_ROOT_DIR=/usr/webdoc

export HTTPD_ROOT_DOC=index.html

slinger &