Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers

Dedicated Servers Dedicated server help.


Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2005, 10:50 PM   #1 (permalink)
Senior Member
 
TanyaMartin's Avatar
 
Join Date: 12-02-03
Location: Valparaiso, Indiana
Posts: 453
iTrader: 0 / 0%
Latest Blog:
None

TanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to behold
Send a message via ICQ to TanyaMartin Send a message via AIM to TanyaMartin Send a message via MSN to TanyaMartin Send a message via Yahoo to TanyaMartin
PHP, httpd and mysql

I have one site that is on a friends server. I found out it has been down a few weeks (the site). PHP messed up on the machine, well from looking at it I think they tried to upgrade or something.

It looks like php is installed now, and I have check httpd it has

AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

But when going to php websites. It prompts to download the file. What am I missing?

Also, does anyone have some good tutorials for working with mysql through ssh?

Thanks
Attached Thumbnails
PHP, httpd and mysql-phphttpdconf.jpg  
TanyaMartin is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2005, 03:14 AM   #2 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 27,034
iTrader: 3 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
No idea. Sorry.

Why not reformat the server, re-install and re-upload the websites?
__________________
Individualism .::. My Facebook - Add Me
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2005, 03:59 AM   #3 (permalink)
Senior Member
 
TanyaMartin's Avatar
 
Join Date: 12-02-03
Location: Valparaiso, Indiana
Posts: 453
iTrader: 0 / 0%
Latest Blog:
None

TanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to behold
Send a message via ICQ to TanyaMartin Send a message via AIM to TanyaMartin Send a message via MSN to TanyaMartin Send a message via Yahoo to TanyaMartin
Quote:
Originally Posted by JohnScott
No idea. Sorry.

Why not reformat the server, re-install and re-upload the websites?
Not my server. I'm not even sure who their host is...
TanyaMartin is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2005, 11:17 AM   #4 (permalink)
G10
Super Moderator
 
G10's Avatar
 
Join Date: 05-10-04
Location: UK - Cheshire
Posts: 10,028
iTrader: 0 / 0%
Latest Blog:
None

G10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster material
Hi Tanya,

This may sound like a daft question (and probably is) but are you using IE or FF?

And if you're using FF, does it happen on IE?

*edit*
Sorry, I should have looked at the box a little closer

Anyway, does it happen in IE?
__________________

.: I WAS BORN WITH NOTHING...AND I STILL HAVE MOST OF IT LEFT!! :.
G10 is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2005, 11:32 AM   #5 (permalink)
G10
Super Moderator
 
G10's Avatar
 
Join Date: 05-10-04
Location: UK - Cheshire
Posts: 10,028
iTrader: 0 / 0%
Latest Blog:
None

G10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster materialG10 is supreme webmaster material
If it happens on both browsers, see if;

"AddType application/x-httpd-php .php .htm .html" is in the .htaccess file.

or try:

AddHandler php3-script .html - Try one or the other in the .htaccess file.

See what that does.
__________________

.: I WAS BORN WITH NOTHING...AND I STILL HAVE MOST OF IT LEFT!! :.
G10 is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2005, 02:20 PM   #6 (permalink)
Senior Member
 
TanyaMartin's Avatar
 
Join Date: 12-02-03
Location: Valparaiso, Indiana
Posts: 453
iTrader: 0 / 0%
Latest Blog:
None

TanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to beholdTanyaMartin is a splendid one to behold
Send a message via ICQ to TanyaMartin Send a message via AIM to TanyaMartin Send a message via MSN to TanyaMartin Send a message via Yahoo to TanyaMartin
Quote:
Originally Posted by G10
If it happens on both browsers, see if;

"AddType application/x-httpd-php .php .htm .html" is in the .htaccess file.

or try:

AddHandler php3-script .html - Try one or the other in the .htaccess file.

See what that does.
It happens in both. I think something is missing in httpd conf. I know the first one is there, so I will try the second one and see what happens.
TanyaMartin is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP and MySql help daniel0012 Coding Forum 4 06-28-2007 03:48 AM
MySQL help Limit Coding Forum 28 08-27-2004 06:39 AM
MySQL help cbolts Web Design Lobby 2 04-09-2004 07:39 AM
PHP/mySQL SN3 Coding Forum 5 02-03-2004 10:38 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 03:15 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.