- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PHP-Apache not working
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
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
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-26-2004 10:29 PM
01-26-2004 10:29 PM
PHP-Apache not working
I have installed Apache 1.3.29, PHP-4.2.2 in HP-UX11.11. They are both installed statically.
All seems right but, when I try browse an .php page it doesn´t show the page. Apache doesn´t recognize PHP
I have copied a php.ini file at lib/php.ini but I don´t know if it is necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 10:43 PM
01-26-2004 10:43 PM
Re: PHP-Apache not working
you should ensure that your PHP can been configured properly.
see if the attached doc can be any help.
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 10:45 PM
01-26-2004 10:45 PM
Re: PHP-Apache not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 11:00 PM
01-26-2004 11:00 PM
Re: PHP-Apache not working
I don´t have HP Web Suite. I just have Apache from apache.org and PHP from php.n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 11:30 PM
01-26-2004 11:30 PM
Re: PHP-Apache not working
Take a look at httpd.conf and make sure the php references are uncommented. You will need to restart apache if you change the file.
If the php engine is not working your web browser will ask you if you want to save the file rather than display the web page.
When I set up apache and php on Solaris I recall having to compile php and then compile apache referencing the php module that I had built. I couldn't find packages that worked together at the time. Maybe you should look to build it this way.
Take a look at http://www10.brinkster.com/ssruprai/comphp.asp
It's for linux, but the principle will be the same.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 11:31 PM
01-26-2004 11:31 PM
Re: PHP-Apache not working
http://www.phpbuilder.com/manual/install.apache.php
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:50 AM
01-27-2004 12:50 AM
Re: PHP-Apache not working
I think I have done all the things that appear in those documents but I'm still have the same problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:55 AM
01-27-2004 12:55 AM
Re: PHP-Apache not working
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 09:02 PM
01-27-2004 09:02 PM
Re: PHP-Apache not working
I've remove all directories and recompiled and it worked.