<div dir="ltr"><div><div>Hello,</div><div><br></div><div>I'm trying to use a HTTP server with daemon on Linux, but, it does not works. I did a project that is working perfectly well on Windows, but on Linux, although the service is successfully installed, it does not starts the HTTP server.</div>

</div><div><br></div><div>I followed this tutorial:</div><div><br></div><div><a href="http://wiki.freepascal.org/Daemons_and_Services">http://wiki.freepascal.org/Daemons_and_Services</a><br></div><div><br></div><div>You can download the project test in attached or in this link:<br>

</div><div><br></div><div><a href="https://www.dropbox.com/s/ljnq71u7lkpkz3w/daemon.zip">https://www.dropbox.com/s/ljnq71u7lkpkz3w/daemon.zip</a><br></div><div><br></div><div>And the shell script:</div><div><br></div><div>

<a href="https://www.dropbox.com/s/slwafuo9tj93ym7/project1.zip">https://www.dropbox.com/s/slwafuo9tj93ym7/project1.zip</a><br></div><div><br></div><div>To test, follow these steps:</div><div><br></div><div>1. Compile the project1.lpr, and copy the generated executable to "/bin/";</div>

<div>2. Unzip "project1.zip", it is just a shell script, and copy if to /etc/init.d/, after execute "# chmod +x project1" and  "# service project1 start";</div><div>3. Open your browser and access: <a href="http://localhost:5445">http://localhost:5445</a>;</div>

<div><br></div><div>Where am I going wrong? Some time ago I've done this test, and if I not mistake it worked.</div><div><br>--<br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>