Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ThinkGeekness

    MySQL table logging

    Is there a way to output MySQL logs using php onto a page? What I want to do is have MySQL log whenever somebody makes a change to a table (does it by default do that?) and then output it using php. Here is what I am hoping for to be able to log: I have a cms where different users can edit...
  2. ThinkGeekness

    Edit Calendar Event

    have built a calendar based on php/MySQL. I am now designing the admin interface. I have already created the add event form, now I am stuck on the edit event form. I have a picture of what the form I want to look like at http://thinkgeekness.com/images/cap.jpg. Anyways, I want you to first...
  3. ThinkGeekness

    MySQL post install

    I just installed MySQL with Red Hat 9 (through the default rpm). What is the path to mysql and what is the default hostname, username (root?), and password (none?). Thanks http://www.ThinkGeekness.com
  4. ThinkGeekness

    CSS border question

    I have one last question and then I think that I am good to go. I have the css code: .bodyline { background-color: #000000; border-top : 1px solid #616161; border-bottom : 1px solid Black; border-left : 1px solid Black; border-right : 1px solid Black; } This code only does the outer...
  5. ThinkGeekness

    Picture not moving right

    On my site, www.thinkgeekness.com, I have a picture that I want to move all of the way to the right of the table. For some reason, the picture isn't moving all of the way right. This is probably just a stupid error, but I can't figure it out! The picture is in the header, it starts the right...
  6. ThinkGeekness

    Three column site

    I want to have three a site with three columns (menu on left, content in the middle, and ads on the right). What would you say is the best way to do this? Thanks
  7. ThinkGeekness

    body { } css code

    I want to put the following in the body {} part of my CSS file. a:link, a:visited, a:active and p.margin. The only problem is, is that I don't do know to add this code in the body {} part... Whenever I add the brackets it ends the body code. Thanks
  8. ThinkGeekness

    Trying to get PHP4 installed, module problem

    I am trying to install PHP4.3.1 on Apache 1.3.26. I originally installed apache by: #./install-bindist.sh When I tried to install PHP it said that I need to have Apache installed with: #--enable-module=so Okay, so I installed enabling module=so (with ./configure), but it didnt load any of my...
  9. ThinkGeekness

    cgi problem

    I am now trying to get cgi to work with Apache 1.3 (on RHL 7.3) and here is what I have done so far: ScriptAlias /cgi-bin/ &quot;/home/httpd/domain/cgi-bin&quot; <Directory &quot;/home/httpd/domain/cgi-bin&quot;> AllowOverride None Options None Order allow, deny Allow from All </Directory>...
  10. ThinkGeekness

    DocumentRoot takes one Argument

    I have Apache 1.3 and I am setting up name based virtual hosting and so far it looks like this: ServerName domain.com DocumentRoot /home/httpd/domain BindAddress * NameVirtualHost * <VirtualHost *> ServerName domain.com DocumentRoot /home/httpd/domain </VirtualHost> <VirtualHost *> ServerName...
  11. ThinkGeekness

    404 error without slash at the end

    Hey, I asked this same question in another post but I think to get it answered it needs its own post... I have apache 1.3.26 and to get to www.domain.com/folder I need to add a slash at the end (ex. www.domain.com/folder/). If I just go to www.domian.com/folder I get a 404 error. Is there a...
  12. ThinkGeekness

    404 error for extension

    I have Apache 1.3.26, and this question is hard to word, but I will try... I can get to the main page fine, its just that pages like name.com/othername doesnt work, I get a 404 error. The way that I have it layed out is for name.com i have index.html in /name. I also have /name/othername with...
  13. ThinkGeekness

    Getting DNS working with Apache...

    I have Apache 1.3 and I signed up for DNS at dyndns.org. The only thing is that when I go to the site (thinkgeekness.dyndns.org) I get a 404 error. If I type my LAN IP I can reach the server, also for the WAN IP, but not DNS. dyndns.org said that it is basically something on my end. So do I...
  14. ThinkGeekness

    Apache and Ports question

    I have a Netgear RP614 router and I have it hooked up to my Apache server (version 1.3 on RH Linux). I have forwarded port 8080 (since I am doubting that my ISP supports port 80) to go to my servers internal IP, 192.168.0.5. I can access the server from inside the network by typing in the...
  15. ThinkGeekness

    Where is Documentroot?

    I have Apache 1.3.26 on RH Linux 7.3 and I am wondering where the documentroot file is. I have a book that says: Apache looks for the traditional acess.conf and srm.conf files each time it loads, even though it runs without these files and wont generate an error if it does not find them. This...

Part and Inventory Search

Back
Top