The dns servers for thewoodswork.com currently shows.
PARK7.SECURESERVER.NET
PARK8.SECURESERVER.NET
************************
www.myhostman.com
www.outsourcecode.com
Hi,
Check your httpd.conf file so that the AddHandler line is uncommented an you may have to add .pl to the line
From:
#AddHandler cgi-script .cgi
To:
AddHandler cgi-script .cgi .pl
************************
www.myhostman.com
www.outsourcecode.com
Hi,
This article may help you in making a decision -->
http://httpd.apache.org/docs-2.0/new_features_2_0.html
Good luck
************************
www.myhostman.com
www.outsourcecode.com
Check your virtual host section looks similiar to this and make sure that the NameVirtualHost points to your IP:
NameVirtualHost 10.1.1.1
*The first virtual host entry should be your default domain:
<VirtualHost 10.1.1.1>
ServerName www.defaultdomain.com
ServerAlias defaultdomain.com...
Hi,
As mrregan said take a look at the /etc/securetty file.
Look for an entry like so...
ttyp1 -- > Take note, this is the entry that allows a remote user to login as root. This is the one you do NOT want!
************************
www.myhostman.com
www.outsourcecode.com
...certain hosts/IP addresses
AuthName "MY Secret Area"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from .aol.com
deny from .hackers.net
deny from 22.112.106.235
deny from chiller.bone.net
</Limit>
************************
www.myhostman.com...
sleipnir214 ~
I tried your suggestion and replaced this line:
$sql = " INSERT INTO $dropdownselection ";
with yours
$sql = " INSERT INTO " . $_POST['dropdownselection'] . " ";
But I still get the same error:
Database ERROR: You have an error in your SQL...
Thanks for trying to help. They are not identical tables but the do all contain these particular fields.
NO it does not work. I'm thinking this line:
$sql = " INSERT INTO $dropdownselection ";
I guess it does not work because $dropdownselection would have to defined as a variable...
First, I'm just learning php. I have 9 tables in db. I currently have nine buttons on the page to add a new record. One for each table. I thought it would be nice to populate the drop down menu with the tables. So when the user selects a table from the drop down menu the form submits the data to...
Hi,
I want the data that is entered in my form to be submitted to the table that is selected in the drop down menu. How do I use php to use $dropdownselection as the table selected in the drop down menu and this is the the table to submit the form data too. Hope I explained my question well...
If you FTP your program make sure to upload in ascii mode.
If you wrote or saved you cgi-script in a windows/dos program like wordpad the DOS carriage returns are invisible(^M). So when you upload and run it, unix finds ^M's in the cgi program and spits out a 500 Server Error
Try this at...
In httpd.conf are you using?
# non-error SSL logfile on a virtual host basis.
CustomLog /var/log/httpd/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
Blizz
www.myhostman.com
Check your /etc/hosts file it is a simple list of IP addresses and the hostnames that they correspond to.
The hosts file should have an entry for the IP address "127.0.0.1", with the name "localhost" following it.
127.0.0.1 localhost.localdomain localhost
Blizz...
I'm guessing what you really want is a catch-all email account like @mydomain.com
You would have created a loop if in your virtual user table if you had:
@mydomain.com & kirt@mydomain.com
You can't have both in your virtual user table this is what creates the loop.
Blizz
www.myhostman.com
Hi,
I don't use rh8. but it might be because your ipchains/iptables are running. Since I don't run the GUI/lokkit I can't help you through that. However, if you are root you can go to the shell and run ntsysv and stop the "ipchains" option and then close make your changes and save...
Check your httpd.conf file
Have you uncommented the line
AddHandler cgi-script .cgi .pl
Do you have a ScriptAlias path defined?
Blizz
www.myhostman.com
Hi,
In case you are interested in knowing the directory where you website is to be setup, it is defined by a directive called DocumentRoot in your httpd.conf file.
Whenever you type http://127.0.0.1 in the address bar
this is the location for the default page to be displayed whenever you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.