http://ip/~username not working

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i have testing on my website which using dedicated server.

it is not working, it show error as below:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2 Server at 76.10.206.197 Port 80

may i know how to fix this?
 
Do you have a index.html or index.php file in the directory? It is not working on my server with index.php, but it is working with index.html
 
Try running this, as described here:

Code:
cd /usr/local/directadmin/custombuild
mkdir -p custom/suphp
cp -fp configure/suphp/configure.suphp custom/suphp/configure.suphp
perl -pi -e 's/paranoid/owner/' custom/suphp/configure.suphp
./build clean
./build suphp
cd /usr/local/directadmin/data/templates/custom
cp -f ../virtual_host* .
perl -pi -e 's/suPHP_UserGroup/#suPHP_UserGroup/' virtual_host*.conf
perl -pi -e 's/suPHP_UserGroup/#suPHP_UserGroup/' /etc/httpd/conf/httpd.conf
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
 
Try running this, as described here:

Thank you for clearing up this! However, I don't think the feature is that important, and also because I don't understand all the changes to suPHP, I will leave it as it is, just to be on the safe side. :)
 
Thank you for clearing up this! However, I don't think the feature is that important, and also because I don't understand all the changes to suPHP, I will leave it as it is, just to be on the safe side. :)

If you''re willing to try it out, I can provide a VPS (you'll need to provide DA). I'm curious if this will work, I use mod_ruid (:
 
Thanks for the offer. But I don't have a extra DA licence that is not in use. Maybe you can ask DirectAdmin support if they are willing to provide a development licence to you?
 
Hi all,
i run
Server Version 1.48.3
BUILDSCRIPT_VER=1.2.41

and http://ip/~username gives me "Not Found. The requested URL /~username was not found on this server."

Please tell me how do i enable this, i think is disabled by default although when i create a new account inside the welcome email it says "Use IP/~username to access it until the domain resolves."

thank you
 
Do you run nginx? apache? or nginx+apache?

How are your templates /usr/local/directadmin/data/templates/custom/ips_virtual_host.conf and /usr/local/directadmin/data/templates/ips_virtual_host.conf looking like?

What do you have in /etc/httpd/conf/ips.conf ?
 
Back
Top