hi ,
http://127.0.0.1:9090/~ilya/cppserv/HelloServlet 404 Not Found http://127.0.0.1:9090/ <html><body><h1>It works!</h1></body></html>
i configure http 2.2.9 ./configure --enable-suexec --with-suexec-caller=nobady --with-suexec-gidmin=51 --with-suexec-umask=022 --enable-so --enable-dav --enable-dav-fs -enable-auth-digest
i create user ilya, create example as doc info given but i get error i think that cppser<->apache not work. plz tell me where is i am wrong
You still failed to provide cppserv-related parts of your apache configuration.
.htaccess file locate here /home/ilya/public_html/cppserv CServ On CServUnixPath /tmp/cppserv.sock
engine.xml locate here/home/ilya/public_html/cppserv <?xml version="1.0"?> <listener protocol="unix" path="/tmp/cppserv.sock"/> <app name=""> <servlet name="HelloServlet" dso="./hello.so"/> </app>
i give this info' i donot understand what you want plz send how to conf' cpp<->apache
OK. This gives us something to work with.
Do you have mod_userdir in you apache configuration enabled?
Log in to post a comment.
hi ,
http://127.0.0.1:9090/~ilya/cppserv/HelloServlet
404 Not Found
http://127.0.0.1:9090/
<html><body><h1>It works!</h1></body></html>
i configure http 2.2.9
./configure --enable-suexec --with-suexec-caller=nobady --with-suexec-gidmin=51
--with-suexec-umask=022 --enable-so --enable-dav --enable-dav-fs -enable-auth-digest
i create user ilya, create example as doc info given but i get error i think
that cppser<->apache not work.
plz tell me where is i am wrong
You still failed to provide cppserv-related parts of your apache configuration.
.htaccess file locate here /home/ilya/public_html/cppserv
CServ On
CServUnixPath /tmp/cppserv.sock
engine.xml locate here/home/ilya/public_html/cppserv
<?xml version="1.0"?>
<listener protocol="unix" path="/tmp/cppserv.sock"/>
<app name="">
<servlet name="HelloServlet" dso="./hello.so"/>
</app>
i give this info' i donot understand what you want plz send how to conf' cpp<->apache
OK. This gives us something to work with.
Do you have mod_userdir in you apache configuration enabled?