[users@httpd] slasharguments

2015-05-06 Thread Damien Hull
Can someone tell me how to configure slasharguments? I'm trying to install Moodle version 2.8.5+ on Ubuntu 14.04. It wants slasharguments. The moodle documentation says to add "AcceptPathInfo On" to apache2.conf. That doesn't seem to work. I'm hoping someone can point me in the right direction.

Re: [users@httpd] Web Hosting

2012-01-26 Thread Damien Hull
27;t stop your users from managing their own sites and mails, etc... > > Dave > > >> On Jan 27, 2012 7:42 AM, "Damien Hull" wrote: >> >>> I'm running a LAMP server on Ubuntu 10.04. I have no trouble managing >>> my own web sites. I have root acce

[users@httpd] Web Hosting

2012-01-26 Thread Damien Hull
I'm running a LAMP server on Ubuntu 10.04. I have no trouble managing my own web sites. I have root access. I can't seem to figure out how to do this for users. This would be some sort of web hosting configuration. 1. Users should be allowed to install any kind of web application / site 2. Correct

[users@httpd] Apache Performance

2012-01-03 Thread Damien Hull
Here's what I have 1. Virtual Private Server running Ubuntu 10.04 2. 1024 MB RAM - I can upgrade and get more 3. LAMP Apache has been configured for less RAM... 1. Startservers 5 2. MinSpareServers 5 3. MaxSpareServers10 4. MaxClients 150 5. MaxRequestsPerChild 0 I have moodle installed and w

Re: [users@httpd] Apache 2 Reverse Proxy

2012-01-02 Thread Damien Hull
; Order deny,allow > Allow from all > > > ProxyPass / http://domain:8080/ > ProxyPassReverse / http://domain:8080/ > > > Order allow,deny > Allow from all > > > -Original Message- > From: Damien Hull [mailto:dh...@section9.us] > Sent: 29. desem

[users@httpd] Apache 2 Reverse Proxy

2011-12-28 Thread Damien Hull
Here's what I have... 1. Ubuntu 10.04 2. LAMP 3. Request Tracker running with Starman In a virtual host config I have the following... ProxyPass / http://domain.com:8080/ ProxyPassReverse / http://domain.com:8080/ The proxy and proxy_http modules have been enabled. When I go to the site it says

Re: [users@httpd] Apache and Perl

2011-12-27 Thread Damien Hull
the other from loading. - By running your Perl process externally to the web server, when you need to restart your process server other things being served will be unaffected. On 2011-12-27 13:42, Damien Hull wrote: Here's what I have... 1. Ubuntu 10.04 2. LAMP 3. A custom installation

[users@httpd] Apache and Perl

2011-12-27 Thread Damien Hull
Here's what I have... 1. Ubuntu 10.04 2. LAMP 3. A custom installation of Perl over in /usr/local/ 4. A web app that requires perl I'm looking into mod_perl or fcgi to get my web application working. 1. How do I setup Apache to use the custom installation of Perl? 2. Which method is best, fcgi