Tagged Questions
0
votes
2answers
52 views
Modules to protect PHP and Perl from accessing other users file/data? [closed]
I've use to use a combination of suPHP with suExec in order to try to protect the users and limiting the PHP/Perl from running out of their allowed space (i.e.: user/tmp folders).
Its been a while ...
1
vote
0answers
114 views
File::Temp version 0.18 required--this is only version 16
I ran YUM on a server running BestPractical's RT. Now Apache won't start. Looking at the error log I get this error:
File::Temp version 0.18 required--this is only version 0.16 at ...
2
votes
3answers
274 views
Calling sudo within a script that was called with sudo prompts for password even with NOPASSWD
A PHP program I am working with (LConf) calls a script using sudo.
I have allowed the user apache to run the script and have tested with sudo -u apache /usr/local/LConf/lconf_deploy.sh.
I am being ...
0
votes
1answer
129 views
Webmin API functions via XML-RPC getting error unknown RPC type
From one of my development server i am trying to Create a new Unix user in webmin , through
XML-RPC calls.The base URL is "http://yourserver:10000/xmlrpc.cgi".
Here the yourserver is not the ...
2
votes
0answers
288 views
Strange Apache/PHP&Perl behavior—error (70007)
I’m dealing with a particular strange situation: I have two Linux machines, one with Scientific Linux (v4.8) and one with CentOS (v6.2). On the SL machine I have a XAMPP distribution with Apache ...
3
votes
5answers
683 views
File transfer between two servers, no FTP, no web
I am looking to automate the transfer of file in a given directory from one server to another server. they are both on the same network, can ping each-other, and even ssh from one to another.
...
2
votes
1answer
935 views
Squid with php or perl “url_rewrite_program” on windows
I want to redirect all my http proxy traffic to a perl or php script.
I have a working squid setup, and have this in my squid.conf
url_rewrite_program "c:\\squid\\redirect.pl"
But when I start ...
0
votes
1answer
30 views
Is there a Perl/PHP/Ruby/Other webtop-like filemangager platform?
EDIT:
Is there a web based file manager / Workspace similar to EyeOS but uses Unix authentication and allows them to edit their files? If that makes sense? Thanks. It'd be awesome if something like ...
0
votes
4answers
197 views
How do I rsync an entire folder based on the existence of a specific file type in that folder
I have a server set up that receives movies to a folder. I then serve these movies using DLNA. But in the initial folder where they end up all kind of files end up. Pictures, music, documents etc. I ...
0
votes
1answer
67 views
blip.tv ftp structure
My website need a FTP structure like blip.tv has.
Each user has a FTP login
Example:
Host: ftp.domain.com
Username: johndoe
password: 123123
Users will able to upload files by FTP, but files will be ...
1
vote
2answers
10k views
Setup Oracle instant client on CentOS/RHEL Linux - for PHP and Perl
I'm trying to setup a CentOS 5.5/64 bit VM to access a remote Oracle database with PHP and Perl scripts. (I have no experience with Oracle, have only programmed and administrated some PostgreSQl and ...
-1
votes
1answer
745 views
Banner Insertion on Proxy Squid
hey guys are you aware of anchorfree vpn?, i have used them before, however i am running my cybercafe on squid, and i want to advertise using squid, i would like to know how to add a banner at the top ...
3
votes
7answers
4k views
What is the simplest, open-source webmail frontend available?
I am working on a project to create a few extremely stripped down interfaces for common Web/Internet tasks in order to make computers accessible to my visually impaired grandmother. Currently she uses ...
2
votes
1answer
756 views
How to configure Nginx to serve a variety of back-ends via multiple FCGI processes?
I've seen a lot of tutorials showing one how to set up PHP/Python/Perl/RoR on nginx via various FCGI processes.
None of the tutorials that I found show one how to serve multiple FCGI services off one ...