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...
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...
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...
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
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...
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...
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}...
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...
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...
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...
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...
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...
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...
THis was one answer to the question that I got from Sun.
1) When mirroring, it isn't necessary to do a newfs because when you run the metattach to sync the drives, it will take care of it. If you're not seeing any issues or anything in needs maintenance in metastat, then you should be fine...
I have my the root drive of my sparc solaris 10 server mirrored with SVM. In the same machine I have another single partition disk that was mounted /dev/dsk/s6 to /home1, and I wanted to mirror it to another disk. This happened without problem.
While the resync was happening I realized that...
I have a solaris 8 server and when I issue init 0 or shutdown -i0 it automatically reboots. I was able to issue init 5 and it shutdown/power down, but not init 0.
I looked at inittab and it shows
s0:0:wait:/sbin/rc0 >/dev/msglog 2<>/dev/msglog </dev/console
Any...
I am trying to see whether to use worker or prefork with apache on my Solaris 10 server. One post said to set ulimit with worker but I was also told to set it for prefork (not worker) or I will run out of memory.
When I issue prstat I see www is using 21% and growing and my average www...
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.