Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term

20 popular Ubuntu Linux apps you may want to try

A Selection of the Very Best Open Source Tutorials and Tools

Android Ice Cream Sandwich ported to x86 tablets, netbooks and notebooks

SECURITY: Google Chrome 17 Improves Security

How to read a CSV file in Perl?

Red Hat Brings Gluster to Amazon Cloud

New Linux kernel fixes power-saving issues



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 8.10
Mar 13, 2009, 04 :33 UTC (0 Talkback[s]) (5161 reads)

(Other stories by Falko Timme)

[ Thanks to Falko Timme for this link. ]

"1 Preliminary Note
I'm using an Ubuntu 8.10 server in this tutorial with the hostname server1.example.com and the IP address 192.168.0.100.

"I will create two Apache vhosts in this tutorial, www.example1.com and www.example2.com, to demonstrate the usage of mod_fcgid.

"Make sure you're logged in as root:

"sudo su

"/bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this:

"ln -sf /bin/bash /bin/sh

"In addition to that, we must disable AppArmor:

"/etc/init.d/apparmor stop
update-rc.d -f apparmor remove
apt-get remove apparmor apparmor-utils"

Complete Story

Related Stories:
Designing a Linux PAM login security application(Mar 11, 2009)
How To Set Up WebDAV With Apache2 On Ubuntu 8.10(Mar 04, 2009)
Error messages explained(Mar 02, 2009)
Subdomain Redirection Using htaccess And mod_rewrite On Apache For Linux Or Unix(Feb 28, 2009)
The ABC's of PHP: Introduction to PHP(Feb 27, 2009)
Creating Custom Error Pages on Apache Servers(Feb 21, 2009)
Washington Times releases open source projects(Feb 20, 2009)
Dynamic Robots.txt Rules for Apache Security(Feb 06, 2009)
Anatomy of a Web attack(Feb 05, 2009)
3 Apache/httpd Command-Line Options(Feb 03, 2009)
Apache Security: A Watched Bot Never Spoils (Your Server)(Jan 28, 2009)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP