- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Need to Install Apache Server running with perl/CG...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2006 04:09 PM
тАО01-14-2006 04:09 PM
Need to Install Apache Server running with perl/CGI option
I am currently having OS Redhat Linux 4.0 AS running.
How do I install Apache Server running with Perl/CGI option? From RedHat Installation medium C Ds?
Thanks/Cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2006 06:14 PM
тАО01-14-2006 06:14 PM
Re: Need to Install Apache Server running with perl/CGI option
Perl/CGI is a standard option of the httpd/apache server that ships with apache. Just install off of the CD's. To be useful some changes to httpd.conf may be required.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2006 09:14 PM
тАО01-14-2006 09:14 PM
Re: Need to Install Apache Server running with perl/CGI option
Install from the Redhat OS Installation cd media u mean?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 02:14 AM
тАО01-15-2006 02:14 AM
Re: Need to Install Apache Server running with perl/CGI option
service httpd start
will start it. Point your browser to httpd://localhost/
to test it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 02:15 AM
тАО01-15-2006 02:15 AM
Re: Need to Install Apache Server running with perl/CGI option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 02:54 AM
тАО01-16-2006 02:54 AM
Re: Need to Install Apache Server running with perl/CGI option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2006 04:26 AM
тАО01-16-2006 04:26 AM
Re: Need to Install Apache Server running with perl/CGI option
If you have the redhat cd's you can install it using rpm -ivh command ( pacakge name is httpd and not apache)
Once that is done you can start apache :
#service httpd start
to check
#service httpd status
to configure you need to edit :
/etc/httpd/conf/httpd.conf
whenever you edit the conf file do:
#service httpd restart
-----------
to check if that works do:
http://IP_Address/
or
http://hostname or
http://localhost ( from the apache server itself)
Hope this is useful
Cheers