[users@httpd] Re: Problems getting a drupal content managed website running with an apache webserver with a mysql database.

2011-06-12 Thread DW
Astrid Nova wrote: > > Problems getting a drupal content managed website running with an apache > webserver with a mysql database. > Problem manifests in access permission denied when I should be logged in > as admin, but when I log in again, the webserver locks and becomes > unresponsive. > I am

[users@httpd] Problems getting a drupal content managed website running with an apache webserver with a mysql database.

2011-06-12 Thread Astrid Nova
Problems getting a drupal content managed website running with an apache webserver with a mysql database. Problem manifests in access permission denied when I should be logged in as admin, but when I log in again, the webserver locks and becomes unresponsive. I am using Drupal 7, apache 2.3.

Re: [users@httpd] is it possible to modify the body of a http post using a input filter?

2011-06-12 Thread Edward Bailey
Ok - I will give mod_sed a try though I will have to compile it. Hopefully it will work in the version of apache. Yeah - i thought that was a bad idea though putting the config in did not work either. Thanks Ed On Sun, Jun 12, 2011 at 4:48 PM, Nick Kew wrote: > > On 12 Jun 2011, at 21:15, Edw

Re: [users@httpd] is it possible to modify the body of a http post using a input filter?

2011-06-12 Thread Nick Kew
On 12 Jun 2011, at 21:15, Edward Bailey wrote: > ## > > ExtFilterDefine route mode=input intype=text/xml cmd="/bin/sed > s/001500<\/CustomerId>/001500<\/CustomerId>001500<\/customerId>/g" Not sure OTTOMH if that should work. But using the same expressi

[users@httpd] is it possible to modify the body of a http post using a input filter?

2011-06-12 Thread Edward Bailey
Greetings, I have been trying without success to create an input filter that would dynamically modify the body of a http post in order to fix a customer application issue until DEV can come up with a fix. I have seen very few examples of anyone using SetInputFilter so I was wondering if I am not u