How do I serve pdf output from python scripts directly to the user's
browser?
I know I can write the output to a pdf file and then serve an
intermediate page containing a link or button for the user to click but
I want to bypass that step.
The pdf output contains info the user wants to remai
Hi
Can anyone help me findout what is killing an apache child when I
process a paypal script. The paypal script works from the command line
and on other systems.
When I try to process of the new system I get an apache segment fault
and the child dies.
I have tried running gbd but this produce
On 3/4/06, azeem ahmad <[EMAIL PROTECTED]> wrote:
> hi list
> i have installed apache 2.2.0 and configured webdav on it, suexec isnt
> installed, SELinux is disabled on the system
> i have configured Webdav using following configuration
>
>
> Alias /webdav/ "/var/www/webdav/"
>
>DAV On
>
hi list
i have installed apache 2.2.0 and configured webdav on it, suexec isnt
installed, SELinux is disabled on the system
i have configured Webdav using following configuration
Alias /webdav/ "/var/www/webdav/"
DAV On
AuthType Basic
AuthName "WebDAV Storgae"
Auth
Azeem,
The problem isn't just the /etc/httpd directory but all dependency
directories. This can be tricky. I think the best way to do this is to
download the SRPM file, change the specs to have a different install
location for all files and recompile.
Gary
> -Original Message-
> From
hi list
i have an apche installed in /etc/httpd
i want to install new rpm version in a different directory. the problem is
that rpm version installs in /etc/httpd where my old apache is already
working, how can i install rpm in a new directory
Regards
Azeem
-
hi list
i have just installed apache
when i start or restart httpd it gives the following error
httpd: apr_sockaddr_info_get() failed for Alpha2
what the problem can be
Regards
Azeem
-
The official User-To-User support forum o
Hi,
our client wants to send certain data via http to our apache server (2.0.54-5).
We are supposed to store that data in a directory.
The client wants to get a http response with a status code. If everything worked
fine, we are supposed to send the status code 200 (OK). If an error occured,
Hei,
I still have problems.
My Virtual Host is:
DocumentRoot c:/www/myhp.dk/www
ServerName myhp.dk
ServerAlias *.myhp.dk
ServerAdmin [EMAIL PROTECTED]
php_admin_value open_basedir c:/www/myhp.dk/www/
CustomLog c:/www/myhp.dk/access.log combined
ErrorLog c:/www/myhp.dk/error.log
RewriteEngine On