Userdir just "stopped" working

ffeingol

Well-Known Member
#1
Hello,

We have a couple of accounts that don't have DNS setup so they just use host.xxx.yyy/~account. It was working fine yesterday. Today we just added a new account (via WHM) to the server and it suddenly stopped working.

I've diff'ed the backup httpd.conf and the current httpd.conf and the commands are still there. This is how httpd.conf looks:

<IfModule mod_userdir.c>
Userdir disabled
Userdir enabled XXXXX
</IfModule>

Any idea why this would suddenly stop working?

TIA,

Frank
 

mistwang

LiteSpeed Staff
#3
I just checked another production server which has similar configuration, and userdir works well?
Have you tried it with other accounts?
Please double check that the IP and account name matches in the vhost configuration section of httpd.conf.
 

ffeingol

Well-Known Member
#4
I will do some more testing. I'm quite sure this "did" work but I'll double check that a upcp etc. did not wack things. The initial host.domain.tld~user kind of works (images don't show) but then any relative links don't work. The "~user" part gets dropped out.

Frank
 
#5
I will do some more testing. I'm quite sure this "did" work but I'll double check that a upcp etc. did not wack things. The initial host.domain.tld~user kind of works (images don't show) but then any relative links don't work. The "~user" part gets dropped out.

Frank
This seems to work perfectly fine on my cPanel testbed. Let me know if there any specifics, i.e. dedicated IP, and I will try to reproduce it.
 
Top