Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
4k views

What causes “suexec policy violation” when Perl is called via server side include?

I'm working on a Perl script which is called from a server side include on an Apache 2 server. The script is displaying the generic "Internal Server Error" page rather than showing me the actual ...
4
votes
1answer
428 views

taint-mode perl: preserve suid when running external program via system()

I'm trying to add a feature to a legacy script. The script is suid, and uses perl -T (taint mode: man perlsec), for extra security. The feature I need to add is implemented in Python. My problem is ...
3
votes
1answer
185 views

Problem with imagick module - PHP

I have a strange error in the image magick php module. ImagickException [ 1 ]: Postscript delegate failed '/tmp/magick-XXxIARsr': wd7C.cache @ error/pdf.c/ReadPDFImage/638 From what it seems it's a ...
2
votes
1answer
1k views

How to successfully run Perl script with setuid() when used as cgi-bin?

I have a Perl script that is called either via Apache or on the command-line. For testing purposes, I pass it the username I want the Perl script to operate with, and use POSIX::setuid to set the ...
2
votes
2answers
151 views

Can I run my mod_perl aplication as an ordinary user

Can I run my mod_perl aplication as an ordinary user similar to running a plain vanilla CGI application under suexec?
2
votes
3answers
377 views

Apache setup for multiple sites with common files

I have approx 50 sites that all use the exact same files other than CSS and IMAGES, i currently duplicate the files each time i create a new site and upload different css and images. What I want do ...
1
vote
6answers
126 views

PHP Include Always Fails

Apache HTTP Server 2.2.21 with VirtualHosts under SuExec PHP 5.3.8 via fcgid Arch Linux 2011.08.19 I am in the process of migrating from shared hosting to VPS. The code I had ran fine before the ...
0
votes
1answer
28 views

apache2 python cgi misconfiguration

I am having problems with executing a python script from a browser. My script is simple as follows, cameron_toll.py #!/usr/bin/env python print "Content-type: text/html\n\n"; import mapnik print ...
0
votes
0answers
65 views

how to check if my shared hosting has suexec or suphp

I need to check if my shared host has suexec or suphp. I found this documentation: http://www.alain.knaff.lu/howto/PhpSuexec/ At the very end of this document there is a test. When I run the test, it ...
0
votes
0answers
92 views

Error when trying to create an alias outside of the document root

I am trying to create an alias to a folder that is outside of the document root. We're also using suexec to execute PHP files. The problem I'm having is the following, I can access PHP files from my ...
0
votes
0answers
181 views

How to check suExec is working correctly?

I have a CentOS VPS server with DirectAdmin. I created an host. Host user is admin. Folder owner and group are admin too. I installed joomla 1.6 to public_html. And all files and folder owner are ...
0
votes
1answer
370 views

Need tips to get perl running on Ubuntu LAMP with fastcgi/suexec

I have perl installed on the server and working fine, but I can't get apache to serve anything with fastcgi/suexec installed. Below is an example of one of my apache vhost configs without perl as I ...
0
votes
3answers
986 views

Completely removing phpMyAdmin

I installed virtualmin and phpmyadmin separately using the apt-get command. phpMyAdmin didn't work because of Virtualmin's security settings (suexec). When I visit mydomain.com/phpmyadmin, it would ...
0
votes
1answer
236 views

Apache userdir + suEXEC + fcgid doesn't recognise dot separeted useraccounts

I've setup Apache with suEXEC, fcgid and userdir to enhance overall website security. Everything works expect for useraccounts with a "." between their accountnames. Before using suEXEC and fcgid, ...