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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by csgonan

  1. csgonan

    sendmail showing (+OK message queued for delivery.) but not delivered

    Hi, I'm running sendmail 8.14.4+Sun/8.14.4 on Solaris 10 box which is a relay server for another solaris 10 sendmail 8.14.4+Sun/8.14.4 server. I do not use a smarthost on the relay server in the sendmail.cf. There are no lingering entries in my mailq on the relay or originating server. A...
  2. csgonan

    problem starting mysql replication with database with stored procedure

    I tried a new patch command syntax and receive the same error. # /usr/local/bin/patch -i ../MysqlPatch patching file func_misc.result_a Hunk #1 FAILED at 225. 1 out of 1 hunk FAILED -- saving rejects to file func_misc.result_a.rej patching file func_misc.test_a Hunk #1 FAILED at 237. 1 out of 1...
  3. csgonan

    problem starting mysql replication with database with stored procedure

    Has anyone experienced this problem please? I am experiencing the same problem with mysql, no matter if it is database server 5.1.57 or community server 5.5.12 on Sparc Solaris 10. Thanks in advance. When I start replication, after a few minutes I receive the error Error 'You have an error...
  4. csgonan

    which variable captures the URL being requested

    This is a good link that describes HTTP_HOST. http://stackoverflow.com/questions/3249366/apache-mod-rewrite-explain-me-http-host-expecially-when-using-addon-domains Thanks
  5. csgonan

    which variable captures the URL being requested

    Thanks What is the variable capturing the URL being requested please? Christine
  6. csgonan

    how to redirect 443 request to 80

    Thank you. I appreciate your help but I must be explaining myself wrong. What is happening is I have 1 ssl virtual host on the server. <VirtualHost 111.222.333.444:443> It has a separate virtual host container as all ssl apache configurations do. So any of my sites that are using...
  7. csgonan

    which variable captures the URL being requested

    I was playing around with another post I have on rewriting and I want to know if HTTP_HOST is the site being requested? For example, if the user goes to www.site.com, in an htaccess file in DocumentRoot I was going to check if they had actually requested that vhost or just came there cause it...
  8. csgonan

    how to redirect 443 request to 80

    Hi, I have been doing some research and wonder if this will work. What I want is if the user does not enter https://ssl.site.com then then are sent to the site they requested not on 80. Will %1 be the requested URL (ie) other.site.com? RewriteEngine On RewriteCond %{HTTP_HOST}...
  9. csgonan

    which variable captures the URL being requested

    I want to grab the URL that a user requested in the vhost section of httpd.conf and check if they are requesting the specific vhost site. I see REQUEST_URI is the portion after the site name, and I thought about setenvif referrer but that is not what site they entered. I want to capture it...
  10. csgonan

    how to redirect 443 request to 80

    Hi, Thank you but I'm having a hard time finding out how to code it to check for the one url that is supposed to be https, and redirect all others to their appropriate http sites. I thought checking REQUEST_URI would do it but apparently that checks everything after the site name. How...
  11. csgonan

    how to redirect 443 request to 80

    I had seen that site, Thank you. I have not done rewrites in the past so I don't know how to code them but what those examples look like it is taking any https request and sending it to one specific http site or all https to http. I have one https site and if any other request is made for...
  12. csgonan

    how to redirect 443 request to 80

    On my solaris apache server I have 1 ssl vhost for a customer and only one IP. My 80 web sites that enter https://site... by mistake are going to the SSL. I cannot get another IP or port so is there a way to check the requesting URL in an htaccess file or something and redirect them to either...
  13. csgonan

    Help wth Net::FTP in script sometimes fails but wsftp always works

    To add to the above thread, this problem only occurs on one instance of the script to one particular servers.
  14. csgonan

    Help wth Net::FTP in script sometimes fails but wsftp always works

    Hi, I have a script that transfers files from a Solaris server to target unix servers. The script uses Net::FTP->put to write the files, which can be any number of files, not always the same. This script works flawlessly to many servers. Sometimes the 'puts' fail, not always on the same...
  15. csgonan

    configuring fastcgi with apache, do I need mod_proxy?

    I have a Sparc solaris 10 web server running apache 2.2.14 and php, with prefork, all compiled from source. The sunfire v240 has 8G memory but only 2 processors. I understand php may not work well with threading/worker research says you can use fastcgi, which I am not familiar with. There...

Part and Inventory Search

Back
Top