Jump to content
The Uniform Server Community

404 Error on apanel


ctrance
 Share

Recommended Posts

Hi,

 

Thanks for this great piece of work!

 

This may be a dumb question as I cannot find it on the Forum.

 

After I 'installed' US on my desktop and start it using any of the options, I get to the blue page with the US logo in the middle, and get redirected to a http://localhost/apanel. There I get a 404 error. When I browse to just http://localhost, I get 'It works!'. I am running this from the virtual W drive. I have no Skype. I have also checked if there are any other programs listening on 80, and there are none.

 

Also, does this server support mod_perl applications?

 

Again, thanks for the great work, and once I get this thing up and running, the button I will click is the 'Donate' one.

Link to comment
Share on other sites

A solution for the 404 error:

 

Open Server_start.bat

 

Locate the line:

 

start %apanel%\redirect.html

 

Just above this line add the following four lines:

 

:next
ping 1.1.1.1 -n 1 -w 1000 > nul
\home\admin\program\pskill.exe apache.exe > nul
IF ERRORLEVEL 1 goto :next

 

You can find more information on this page:

 

http://wiki.uniformserver.com/index.php/Oi...ait_for_process

 

Perl

 

Check out:

http://wiki.uniformserver.com/index.php/Category:Perl

 

And this page, in particular the section on “Problems – shebang”

 

http://wiki.uniformserver.com/index.php/Mi...l_5.10_Portable

 

All the best

Ric :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...