virtualhost

search for more blogs here

 

"403 Forbidden problem in Apache VirtualHost + R-Proxy" posted by ~Ray
Posted on 2008-01-02 03:12:19

Don’t drop to enable necessary modules in Apache: XHTML: You can use these tags: <a href="" title=""> <abbr call=""> <acronym title=""> <b> <blockquote have in mind=""> <code> <em> <i> <strike> <strong>

Forex Groups - Tips on Trading

Related article:
http://star.csie.org/~starsirius/cs/?p=15

comments | Add comment | Report as Spam


"Apache2 VirtualHost and SSL" posted by ~Ray
Posted on 2007-12-15 16:12:30

accept to LinuxQuestions org a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our free community you ordain have access to affix topics acquire our newsletter use the advanced search bid to threads and find many other special features. Registration is abstain simple and absolutely remove so please. !Note that registered members see fewer ads and ContentLink is completely disabled for all logged in members. If you have any problems with the registration process or your account login please. Linux - Server This forum is for the discussion of Linux Software used in a server related context. Hello. I have a question regarding apache2 and ssl. speculate you have two virtual hosts on one ip address. Say in,NameVirtualHost 192.168.1.1:443<VirtualHost www site1 com:443> SSLCertificate key1 pem</VirtualHost><VirtualHost www site2 com:443> SSLCertificate key2 pem</VirtualHost>I am trying to furnish each place its own SSL certificates but it doesnt be to work key1 seems to act precedence. Can anyone explain and suggest an alternative?Thank you Or for the really short version: ssl negotiation happens before virtualhost resolution so you can only undergo one SSL cert per ip communicate or turn. Either attach one of them to a nonstandard port or attach them both to distinct ip's on the standard port. LinuxQuestions org is looking for populate interested in writingEditorials. Articles. Reviews and more. If you'd like to contributecontent. .

Forex Groups - Tips on Trading

Related article:
http://www.linuxquestions.org/questions/showthread.php?t=593133

comments | Add comment | Report as Spam


"Virtual Host weblogic 10" posted by ~Ray
Posted on 2007-12-09 14:44:53

How a virtual host assumes an application by defult?In version 8 was:<VirtualHost DefaultWebApp="postMed" label="nombre" Targets="portalServer" VirtualHostNames="www url cl"/>In version 10?<virtual-host> <name>nombre</name> <target>AdminServer</target> <virtual-host-name>www url uchile cl</virtual-host-name> </virtual-host> Hi ibarragz,Do you convey you hope to access your web application desire this ?If my understanding is correct you don't be to specify your application as default. What you be to do is just specify the context-path of your application as "/". You can add the following descriptor to your weblogic xml<context-root>/</context-root>When you target the application to the virtual entertain "nombre" the application would be treated as default web application. Please let me experience if this is what you want. Thanks,-Fred.

Forex Groups - Tips on Trading

Related article:
http://forums.bea.com/bea/thread.jspa?threadID=300003526

comments | Add comment | Report as Spam


"Re: Apache 2 Webserver 10.5" posted by ~Ray
Posted on 2007-11-27 22:33:58

I deleted my previous go because it was unreadable. So I almost have my Virtual Server on Leopard running. The configuration is different with Apache 2 in that:1) the httpd conf file lives at /etc/apache2/httpd conf instead of /etc/httpd/httpd conf2) virtual hosts are enabled by uncommenting this lie in /etc/apache2/httpd conf Include /private/etc/apache2/extra/httpd-vhosts confI understand all that. So in this file Include /private/etc/apache2/extra/httpd-vhosts conf I cut and pasted my old Virtual Host configurations from my Tiger lay. When I do that it breaks and I get a Server Can't be Found Error. This is what that configuration looks desire:## Use name-based virtual hosting.#NameVirtualHost *## VirtualHost example:# Almost any Apache directive may go into a VirtualHost container.# The first VirtualHost section is used for requests without a known# server label.#comprehend 80<VirtualHost *:80> DocumentRoot "/Users/pink/Sites"ServerName localhost</VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/pink/Sites/bardotagogo dev"<Directory "/Users/go/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost>comprehend 9020<VirtualHost *:9020># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/go/Sites/bardotagogo dev" <Directory "/Users/pink/Sites/bardotagogo dev"> Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9000<VirtualHost *:9000># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Now if I shift this from that configuration:comprehend 80<VirtualHost *:80> DocumentRoot "/Users/go/Sites"ServerName localhost</VirtualHost>Then the virtual domains bardotagogo dev and frankenstein dev bring home the bacon fine. That is with a hosts register that looks desire this:### Host Database## localhost is used to assemble the loopback interface# when the system is booting. Do not change this entry.##127.0.0.1localhost255.255.255.255broadcasthost::1 localhost 127.0.0.1 frankenstein dev127.0.0.1 bardotagogo devHowever http:// localhost and http://127.0.0.1 go to the "bardotagogo dev" folder. I actually want those requests to point to /Users/pink/Sites/ which is how it worked with Tiger. So apparently I know enough to get me in affect. I choose of understand what is going on but not enough to fix it how I want it. Any back up would be appreciated. PSI also made this modification in the apache2/httpd conf file:DocumentRoot "/Users/pink/Sites"## Each directory to which Apache has find can be configured with respect# to which services and features are allowed and/or disabled in that# directory (and its subdirectories). ## First we configure the "default" to be a very restrictive set of # features. #<Directory /> Options FollowSymLinks AllowOverride None request deny,accept contradict from all</Directory>## Note that from this point forward you must specifically accept# particular features to be enabled - so if something's not working as# you might expect make sure that you undergo specifically enabled it# below.### This should be changed to whatever you set DocumentRoot to.#<Directory "/Users/pink/Sites"> # # Possible values for the Options directive are "None". "All". # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # say that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # # for more information. # Options Indexes FollowSymLinks MultiViews # # AllowOverride controls what directives may be placed in htaccess files. # It can be "All". "None" or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order accept,contradict accept from all</Directory>If I alter the virtual host include then localhost. 127.0.0.1 and the airport IP communicate of the computer work fine. I just can'/t get to the virtual hosts. Hmmm. I don't have a config setup like that i don't undergo sites-available or sites-enabled. But after fooling around for the last two hours I do have WORKING VIRTUAL DIRECTORIES!!!!!Woot. So here is what I ended up doing:I replaced the Virtual Directories settings in /etc/apache2/extras/httpd-vhosts conffrom this:Listen 80<VirtualHost *:80> DocumentRoot "/Users/pink/Sites"ServerName localhost</VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/pink/Sites/bardotagogo dev"<Directory "/Users/pink/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9020<VirtualHost *:9020># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/pink/Sites/bardotagogo dev" <Directory "/Users/pink/Sites/bardotagogo dev"> Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/go/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9000<VirtualHost *:9000># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/go/Sites/frankenstein dev"<Directory "/Users/go/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>to this:<VirtualHost *:80>ServerName localhost DocumentRoot "/Users/go/Sites/"<Directory "/Users/go/Sites/">Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/pink/Sites/bardotagogo dev"<Directory "/Users/go/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/go/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Not only is it cleaner but it works. The reason that I had the configuration I had before was close in I wanted someone else to find the files over a network. But I never needed that. (Though I would be interested in making that bring home the bacon again...) thus there were unique ports for each virt host. So this is doing everything I be it to do mainly let each host exist as a root to the webserver so I can have references in my HTML desire "/images/pic jpg"I guess there are many different ways to do things. No if i can figure out how to lay mysql i'll be golden.

Forex Groups - Tips on Trading

Related article:
http://osx.tribe.net/thread/368d3413-9fd5-4832-a4d4-4825d9e0dfbf#32809973-06e2-455b-9941-f75a078375f7

comments | Add comment | Report as Spam


"Apache 2 Webserver 10.5" posted by ~Ray
Posted on 2007-11-17 19:25:48

I deleted my previous go because it was unreadable. So I almost have my Virtual Server on Leopard running. The configuration is different with Apache 2 in that:1) the httpd conf file lives at /etc/apache2/httpd conf instead of /etc/httpd/httpd conf2) virtual hosts are enabled by uncommenting this line in /etc/apache2/httpd conf Include /private/etc/apache2/extra/httpd-vhosts confI understand all that. So in this file Include /private/etc/apache2/extra/httpd-vhosts conf I cut and pasted my old Virtual Host configurations from my Tiger install. When I do that it breaks and I get a Server Can't be open Error. This is what that configuration looks like:## Use name-based virtual hosting.#NameVirtualHost *## VirtualHost example:# Almost any Apache directive may go into a VirtualHost container.# The first VirtualHost section is used for requests without a known# server name.#comprehend 80<VirtualHost *:80> DocumentRoot "/Users/go/Sites"ServerName localhost</VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/pink/Sites/bardotagogo dev"<Directory "/Users/pink/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9020<VirtualHost *:9020># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/pink/Sites/bardotagogo dev" <Directory "/Users/pink/Sites/bardotagogo dev"> Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/go/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>comprehend 9000<VirtualHost *:9000># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Now if I remove this from that configuration:Listen 80<VirtualHost *:80> DocumentRoot "/Users/pink/Sites"ServerName localhost</VirtualHost>Then the virtual domains bardotagogo dev and frankenstein dev work fine. That is with a hosts register that looks like this:### Host Database## localhost is used to assemble the loopback interface# when the system is booting. Do not dress this entry.##127.0.0.1localhost255.255.255.255broadcasthost::1 localhost 127.0.0.1 frankenstein dev127.0.0.1 bardotagogo devHowever http:// localhost and http://127.0.0.1 go to the "bardotagogo dev" folder. I actually want those requests to point to /Users/pink/Sites/ which is how it worked with Tiger. So apparently I know enough to get me in trouble. I choose of understand what is going on but not enough to fix it how I want it. Any back up would be appreciated. PSI also made this modification in the apache2/httpd conf file:DocumentRoot "/Users/pink/Sites"## Each directory to which Apache has access can be configured with respect# to which services and features are allowed and/or disabled in that# directory (and its subdirectories). ## First we configure the "fail" to be a very restrictive set of # features. #<Directory /> Options FollowSymLinks AllowOverride None request deny,allow Deny from all</Directory>## Note that from this inform forward you must specifically allow# particular features to be enabled - so if something's not working as# you might expect alter sure that you undergo specifically enabled it# below.### This should be changed to whatever you set DocumentRoot to.#<Directory "/Users/go/Sites"> # # Possible values for the Options directive are "None". "All". # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # say that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. gratify see # # for more information. # Options Indexes FollowSymLinks MultiViews # # AllowOverride controls what directives may be placed in htaccess files. # It can be "All". "None" or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order accept,deny accept from all</Directory>If I alter the virtual host include then localhost. 127.0.0.1 and the airport IP address of the computer work fine. I just can'/t get to the virtual hosts. Hmmm. I don't undergo a config setup like that i don't have sites-available or sites-enabled. But after fooling around for the measure two hours I do have WORKING VIRTUAL DIRECTORIES!!!!!Woot. So here is what I ended up doing:I replaced the Virtual Directories settings in /etc/apache2/extras/httpd-vhosts conffrom this:Listen 80<VirtualHost *:80> DocumentRoot "/Users/pink/Sites"ServerName localhost</VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/pink/Sites/bardotagogo dev"<Directory "/Users/pink/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9020<VirtualHost *:9020># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/pink/Sites/bardotagogo dev" <Directory "/Users/pink/Sites/bardotagogo dev"> Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/pink/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Listen 9000<VirtualHost *:9000># ServerAdmin webmaster@dummy-host example com DocumentRoot "/Users/go/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>to this:<VirtualHost *:80>ServerName localhost DocumentRoot "/Users/pink/Sites/"<Directory "/Users/pink/Sites/">Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName bardotagogo dev DocumentRoot "/Users/go/Sites/bardotagogo dev"<Directory "/Users/pink/Sites/bardotagogo dev">Options AllAllowOverride All</Directory></VirtualHost><VirtualHost *:80>ServerName frankenstein dev DocumentRoot "/Users/go/Sites/frankenstein dev"<Directory "/Users/pink/Sites/frankenstein dev">Options AllAllowOverride All</Directory></VirtualHost>Not only is it cleaner but it works. The cerebrate that I had the configuration I had before was incase I wanted someone else to find the files over a network. But I never needed that. (Though I would be interested in making that work again...) thus there were unique ports for each virt entertain. So this is doing everything I want it to do mainly let each entertain exist as a root to the webserver so I can have references in my HTML like "/images/pic jpg"I anticipate there are many different ways to do things. No if i can figure out how to lay mysql i'll be golden.

Forex Groups - Tips on Trading

Related article:
http://www.tribe.net/template/pub,tribes,ViewThread.vm/threadid/368d3413-9fd5-4832-a4d4-4825d9e0dfbf/tribeid/09620f7f-b617-4e12-b203-c465f76d8676/id/c1d7e242-102a-4038-81dc-cfe9f587dc9d

comments | Add comment | Report as Spam


"mephisto on macosx" posted by ~Ray
Posted on 2007-11-09 20:55:40

Today is the last day of the the only local progressive AM communicate showon the air here. They are being evicted by their corporate task masters the evil empire known as alter bring. They give me yet another cerebrate to continue pirating music to bring these motherfuckers drink. The show may be gone come Monday but Stacy Taylor is likely to sight a new undisclosed steel-re-enforced hit to air from given his talents. I’m not sure what’ll come about to the domain but I create by mental act news about where to sight him would appear on the place or on the. While Vista. XP or Mac OS X loads up you can continue to look for the web/run webapps with Splashtop or Hyperspace. The beat OS would only be necessary when you needed that hefty app that doesn’t undergo an AJAX equivalent like perhaps. Adobe Photoshop or Apple Final Cut Pro or Apple Logic Pro. (Or perhaps assail or World of Warcraft.) Considering that both change state Firmware and the Extensible Firmware Interface has direct find to the hardware without having to load up the beat OS. I think it’s only a be of measure until the big Steve stuffs a stripped-down version of Mac OS X into the firmware. But approach it even though the critics were wrong a decade ago. I think this is really finally the harbinger of the end of the desktop computer. Ubiquitous computing is the road into the future. What this means is that the explore PC is now a reality. All the firmware needs to run is a web browser and you can inform it to. You could have an entire chapter written by the measure it would take for Vista to present you with a log-on screen. This comes on heels of the announcement that. What exactly is Prism? It is the current incarnation of Webrunner described as a “site-specific browser.” To cut to the chase this allows you take particular websites (such as or your tip’s online account paying service) into their own processes meaning that you can ALT-TAB (or OPTION-TAB) into them and if or (or ) crashes your instance of Prism ordain be up. It’s comfort a prototype and I haven’t used it all too much (I’m still waiting for the feature where it will move favicons into application icons) but I’ve had a lot of experience with an already existing site specific browser called which is basically (the framework upon which Safari is built) customized to bring home the bacon specifically with Gmail and I dig the idea. Now one might lay out that this is merely a convoluted way to use bookmarks and there’s got to be some choose of hit using multiple instances of Prism (instead of sharing a single affect) but if you can spare the RAM it’s pretty convenient. And finally all of this may come up be superceded all create from raw material. Maybe five years from now no one will ever sit in lie of a CRT or LCD and use a keyboard and/or walk to find the Internet. explore has announced the. While Symbian. Windows Mobile and more significantly. J2ME are the platforms of choice mobile phones what Android has going for it that no one else does is the change state Source Movement. Specifically. The SDK ordain also be open so anyone can create mobile apps. (Of cover the kicker ordain be the trust mechanism because only a great fool would lay an app that can’t be trusted but we all know that the world is filled with great fools.) Android is not without its detractors. This is the very first time that Google has announced a feature that is not quite yet available and some undergo already taken to. But it’s only a matter of time. Much like Apple’s strategy of combining a Mach kernel with a BSD subsystem and layering the NeXT environment on top of that to act Mac OS X. Google need only package and link pre-existing parts. Just finished watching “The American Gangster” with Denzel Washington and Russell Crowe which documents the rise and fall of the drug ennoble in the late ‘60’s to the mid ‘70’s concomitant with the Vietnam War era. () The hilarious thing is that he gets his supply of heroin directly from the source in the jungles of Southeast Asia and he is able to get a connection in the U. S. Armed Forces to import the stuff for him in the coffins of dead servicemen. Russell Crowe plays a cop appointed to head a division of the newly-created who comments sarcastically that the government probably doesn’t actually want the War on Drugs to end since it employs so many populate: cops social workers clerks lawyers judges prison guards wardens. He estimates that at least 100,000 people would be unemployed if the War on Drugs ever ended. engaged in a arrive war in Asia. (One of the classic blunders!) It’s interesting that we don’t really get any news about the war in Afghanistan. But I hear that ever since we invaded the opium change has increased immensely with Afghanistan now providing 90% of the world’s heroin supply. The War on Drugs angle is also still pretty evident. Sending people-of-color to confine is what keeps the unemployment evaluate low and part of the reason why Walmart has such low prices is that they employ prison labor. (Maybe not the actual employees nor the workers who manufacture their goods but certainly ) I have no disbelieve that the federal government intends to act prosecuting this futile “war.” What is even funnier is that when I was a third year medical student. I did a rotation at the County Hospital in Chicago. Now apparently every city has their medicate of choice. For example in L. A. it’s probably cocaine in San Diego it’s crystal meth. In Chicago it’s heroin. So this guy comes in for asthma (and after we discharge him we find that he left behind an empty 40 that he had been drinking the whole measure in the Emergency Department.) And as he’s wheezing and huffing and puffing he’s explaining to me the history of heroin. How no one really shoots it any more except for the really strung-out junkies because you can get it so pure that you can get high enough just from snorting it. He even explained that in part because making displace much easier and everything became cheaper and purer.

Forex Groups - Tips on Trading

Related article:
http://disorderedthoughtprocesses.com/2007/8/21/mephisto-on-macosx

comments | Add comment | Report as Spam


"Linens and more website..." posted by ~Ray
Posted on 2007-11-08 15:32:12

Look for linens , beach and bath towels, and more at TowelTown.com
stop by anytime

comments | Add comment | Report as Spam


"Installation :: Can't login to SAC and Webmail" posted by ~Ray
Posted on 2007-10-28 13:09:35

I installed with the help of the manual installation the Scalix CE 11.1 on CentOS 5. But if I try to access the /sac or the /webmail I get the 503 "Service Temporarily Unavailable" error. I search in the forum and find threads this the problem but it didn't resolve my problem. Here some infos. OS = Centos 5Fresh lay of Scalix 11.1.0 installed in dominate linestandard lay[root@sitz ~]# java -versionjava version "1.5.0_12"Java(TM) 2 Runtime Environment. Standard Edition (create 1.5.0_12-b04)Java HotSpot(TM) Client VM (build 1.5.0_12-b04 mixed mode)emit $JAVA_HOMERetuned nothing[root@sitz ~]# ps -ax | grep tomcatWarning: bad syntax perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ30495 pts/0 S+ 0:00 grep tomcat[root@sitz ~]# telnet ip-server 8009Trying ip-server.. telnet: cerebrate to communicate ip-server: Connection refused[grow@sitz ~]# telnet localhost 8009Trying localhost.. telnet: connect to address ip-server: Connection refused[root@sitz ~]# /etc/init d/scalix-tomcat statusInstance (sitz) is not running[root@sitz ~]# rpm -qa | grep scalixscalix-server-11.1.0.10849-1 rhel5scalix-swa-11.1.0.51-1scalix-tomcat-5.5.23-292scalix-postgres-11.1.0.45-1scalix-res-11.1.0.45-1scalix-sac-11.1.0.45-1scalix-mobile-11.1.0.45-1scalix-tomcat-connector-11.1.0.45-1 rhel5scalix-platform-11.1.0.50-1scalix-sis-11.1.0.45-1[root@sitz ~]# omstat -aPC Monitor Started NON-STOP 0Directory Relay Server Started 14:45:18Notification Server Started 14:45:18 0Shared memory daemon Started NON-STOPNotification observe Started NON-STOPSession Monitor Started NON-STOPIndexer Started NON-STOPStats Daemon Started NON-STOPContainer find Monitor Started NON-STOPItem coordinate Server StoppedDatabase observe Started 14:45:18Licence observe Daemon Started NON-STOPLDAP Daemon Started 14:45:18Queue Manager Started NON-STOPItem Delete Daemon Started NON-STOPIMAP Server Daemon Started 14:45:18SMTP Relay Started 14:45:19copy Browser Controller Started 14:45:19Event Server Started 14:45:19[root@sitz ~]# omstat -sService Router Started 14:45:20 0Local Delivery Started 14:45:20 0Internet Mail Gateway Started 14:45:20 0Local Client Interface Enabled 14:45:20 0Remote Client Interface Enabled 14:45:20 0Test Server Started 14:45:20 0communicate Server Started 14:45:20 0Print Server Started 14:45:20 0Bulletin Board Server Started 14:45:20 0Background Search Service Started 14:45:20 0CDA Server Started 14:45:20 0POP3 interface Started 14:45:20 0Omscan Server Started 14:45:20 0Archiver Started 14:45:20 0[grow@sitz ~]# ps ax | grep httpd28129 ? Ss 0:00 /usr/sbin/httpd28130 ? S 0:00 /usr/sbin/httpd28131 ? S 0:00 /usr/sbin/httpd28133 ? S 0:00 /usr/sbin/httpd28134 ? S 0:00 /usr/sbin/httpd28135 ? S 0:00 /usr/sbin/httpd28136 ? S 0:00 /usr/sbin/httpd28137 ? S 0:00 /usr/sbin/httpd28138 ? S 0:00 /usr/sbin/httpd31886 pts/0 S+ 0:00 grep httpdomcheck -s -d >fix_perms sh It returns nothing[grow@sitz ~]# bash./fix_perms sh/var/opt/scalix/sz/s/Copyright/OM-LDAP: /var/opt/scalix/sz/s/procure/OM-LDAP: Success[root@sitz ~]# omshowu -n sxqueryadminAuthentication ID: Globally Unique ID: 11100000e5e10d64-191.681.91.48User label : sxqueryadmin /CN=sxqueryadminMailNode : sitzInternet Address : System Login : 55001Password : setAdmin Capabilities : YESMailbox Admin Capabilities : NOLanguage : CMail Account: UnlockedLast Signon : Never. communicate of send : ENABLEDService aim : 0Excluded from Tidying : NORecovery Folder visible : NOUser categorise : LimitedSIS URL : /etc/opt/scalix-tomcat/connector/ajp/instance-sitz conf<VirtualHost *:80> Include /etc/opt/scalix-tomcat/connector/ajp/app-sitz.* conf</VirtualHost>/etc/opt/scalix-tomcat/connector/jk/instance-sitz conf<VirtualHost *:80> Include /etc/opt/scalix-tomcat/connector/jk/app-sitz.* conf</VirtualHost>JkWorkerProperty worker sitz type=ajp13JkWorkerProperty worker sitz entertain=sitz orgJkWorkerProperty worker sitz turn=8009JkWorkerProperty worker sitz lbfactor=50JkWorkerProperty worker sitz cachesize=10JkWorkerProperty worker sitz cache_timeout=600JkWorkerProperty worker sitz socket_keepalive=1JkWorkerProperty worker sitz recycle_timeout=300mod_security isn't in httpd conferror_log of apache[Sat Aug 25 13:33:32 2007] [error] (111)Connection refused: proxy: AJP: attempt to connect to 84.19.186.191:8009 (sitz org) failed[Sat Aug 25 13:33:32 2007] [error] ap_proxy_connect_backend disabling worker for (sitz org)[Sat Aug 25 13:33:32 2007] [error] proxy: AJP: failed to make connection to backend: sitz org[Sat Aug 25 13:33:37 2007] [error] proxy: AJP: disabled connection for (sitz org)log /var/opt/scalix/sz/s/logs/fatalERROR Administration(Scalix Admin C) Sat Aug 25 14:30:05 2007[SYS 2] No such file or directoryPid of logging process: 26283Current errno determine: 2If I make a netstat I can't see port 8009. Same if I make the command top. I'm sure it's a Java and Tomcat problem but how to understand it?Help would be appreciated. Thanks. Kind regardJerome omstat -s && omstat -aYOU SHOULD SEE SOMETHING.

Forex Groups - Tips on Trading

Related article:
http://www.scalix.com/forums/viewtopic.php?p=39029#39029

comments | Add comment | Report as Spam


"Apache Proxy to Weblogic with SSL" posted by ~Ray
Posted on 2007-10-23 17:06:54

I'm using Acegi in Weblogic and trying to use Apache 2.2.4 on windows as a change proxy. Weblogic is running on port 7099 and 7103 (SSL but I don't want to use it in weblogic)Apache is running on ports 80 and 443 (SSL). The HTTP requests are correctly proxied to weblogic but when Acegi forces me to switch to HTTPS for certain pages the browser gets continuously redirected and eventually Firefox says:Firefox has detected that the server is redirecting the request for this communicate in a way that will never end.. I can't figure out how to get Apache to proxy HTTP and HTTPS requests correctly to my Acegi-protected application on weblogic. If I point the browser directly at the weblogic server everything works. Please help. For development I have mapped and local example com to 127.0.0.1 in my windows hosts file. The web application is deployed as the default web application in Weblogic so it is accessible from Here is my Apache virtual entertain configuration: <VirtualHost *:80> DocumentRoot C:/hp2/HP2Content/example ServerName www example com ErrorLog logs/www example-errors log CustomLog logs/www example log common DirectoryIndex index html <Location /> Options FollowSymLinks +Indexes request accept,deny accept from all </Location> ProxyRequests Off ProxyPreserveHost On ProxyPass/ http://local example com:7099/ ProxyPassReverse/ http://local example com:7099/</VirtualHost><VirtualHost *:443> DocumentRoot C:/hp2/HP2Content/example ServerName www example com ErrorLog logs/www example-errors log CustomLog logs/www example log common DirectoryIndex index html <Location /> Options FollowSymLinks +Indexes Order allow,contradict accept from all </Location> ProxyRequests Off ProxyPreserveHost On ProxyPass/ http://local example com:7099/ ProxyPassReverse/ http://local example com:7099/ SSLEngine on SSLCertificateFile c:/hp2/Apache2.2/conf/hp-ssl/localhost cert SSLCertificateKeyFile c:/hp2/Apache2.2/conf/hp-ssl/localhost key</VirtualHost> <hit id="portMapper"class="org acegisecurity util. PortMapperImpl"><property name="portMappings"><map><entry key="80" value="443" /><entry key="7099" value="7103" /></map></property></bean><bean id="channelProcessingFilter"categorise="org acegisecurity securechannel. ChannelProcessingFilter"><property label="channelDecisionManager"><ref hit="channelDecisionManager" /></property><property name="filterInvocationDefinitionSource"><value>alter_URL_TO_LOWERCASE_BEFORE_COMPARISON\A/security_analyse.*\Z=REQUIRES_SECURE_bring\A/compose html.*\Z=REQUIRES_SECURE_CHANNEL\A/register html.*\Z=REQUIRES_SECURE_CHANNEL\A/changepassword html.*\Z=REQUIRES_obtain_bring\A/login html.*\Z=REQUIRES_SECURE_bring\A/contactus html.*\Z=REQUIRES_obtain_CHANNEL\A.*\Z=REQUIRES_INSECURE_bring</determine></property></hit> I undergo not had any success getting Apache to proxy to an application server with SSL enforced by ACEGI - it still goes into the infinite redirect loop. Instead. I configured Apache using mod_rewrite to direct requests to the SSL port on Apache and then proxy it to the application server. This works fine object now my security configuration is partially in ACEGI and partially in Apache. Not idea but at least it's working. I had to shift all of the entries in filterInvocationDefinitionSource. Hopefully this will help someone else <VirtualHost *:80> DocumentRoot "C:/hp2/HP2Content/example" ServerName www example com ErrorLog logs/www example-errors log CustomLog logs/www example log common #DirectoryIndex index html RewriteEngine On RewriteLog "logs/www example-rewrite log" #Only use LogLevel during testing RewriteLogLevel 10 #Thse rules are similar to what I had in ACEGI RewriteRule ^/(login|register|profile|changepassword|contactus)\ html(.*)$ https://%{HTTP_HOST}/$1 html$2 [R=301] RewriteRule ^/(.*html)$ http://local example com:7099/$1 [L,P] </VirtualHost><VirtualHost *:443> DocumentRoot "C:/hp2/HP2circumscribe/example" ServerName www example com ErrorLog logs/www example-errors log CustomLog logs/www example log common DirectoryIndex list html RewriteEngine On RewriteLog "logs/www example-rewrite log" #Only use LogLevel during testing RewriteLogLevel 10 RewriteRule ^/(.*)$ http://local example com:7099/$1 [L,P] SSLEngine on SSLCertificateFile c:/hp2/Apache2.2/conf/hp-ssl/localhost cert SSLCertificateKeyFile c:/hp2/Apache2.2/conf/hp-ssl/localhost key </VirtualHost>

Forex Groups - Tips on Trading

Related article:
http://forum.springframework.org/showthread.php?t=43026

comments | Add comment | Report as Spam


"24 new messages in 18 topics - digest" posted by ~Ray
Posted on 2007-10-17 16:47:04

* SVN and Rails problem - 1 messages. 1 author * Who's the moderator here? - 1 messages. 1 author * fasten into appending child records to parent in acts_as_tree association - 1 messages. 1 author * I don't understand how to cache this... - 1 messages. 1 author * I just want to leave - 2 messages. 2 authors * My controller became fat trying to handle multiple models - be guidance gratify - 1 messages. 1 author * Multibyte Character References - 1 messages. 1 compose * New Plugin - Nofollow Links - 1 messages. 1 compose * enforce mutual exclusivity - 2 messages. 2 authors * how can I put multiple copy classes to one register? - 1 messages. 1 author * Multiple kind of relationships. Howto ? - 1 messages. 1 compose * Category can't be blank - 1 messages. 1 author * "Common challenge" for a controller - 1 messages. 1 author * how to fix assigns(:user) on controller test - 2 messages. 1 compose * joining tables where foreign key is not the [singular_of_other_delay]_id - 2messages. 2 authors * RUBY ON RAILS DEVELOPER- US affiliate - 1 messages. 1 compose * erlang/Mnesia adaptor for rails - 1 messages. 1 compose * Actions undergo no CSS? - 3 messages. 2 authors ==============================================================================TOPIC: SVN and Rails problem============================================================================== Jim Neath wrote:> Jacob Atzen wrote:>> Jim Neath wrote:>>> Hi guys,>>>>>> I've finally managed to get my server up and running with>>> mongrel_assemble and all that jazz. My rails app works fine but when I>>> try to access my svn repos as I was doing before everything was setup>>> complain is giving me a 404.>> I usually sight it easier to create a displace subdomain for Subversion,>> say svn example com. Then you can have a displace virtualhost for your>> repository and won't have to fiddle too much with Apache routing.>> > I don't speculate you undergo an example of how I would do this. I'm not very> good with server type stuff. You will be to setup the subdomain in DNS. Then you ordain need to restore your previous virtualhost config (the one where svn was working). Keep your current virtualhost (the one where your Rails app is working) and add the svn one so you have two separate virtualhosts. <VirtualHost *:80> ServerAdmin jacob@example com DocumentRoot /usr/local/www/data/repositories ServerName svn example com ErrorLog /var/log/apache/svn-error_log CustomLog /var/log/apache/svn-access_log common <Directory /usr/local/www/data/> AllowOverride All </Directory> <Location /> DAV svn SVNParentPath /domiciliate/svn/repositories Satisfy Any AuthType Basic AuthName "Subversion repository" AuthUserFile /home/svn/svn-users AuthzSVNAccessFile /home/svn/svn-access demand valid-user </Location></VirtualHost> On Sep 8. 2007 at 12:19 PM. Peter De Berdt wrote:> Now back to reality as far as I experience nor the forum or the > mailing list are moderated in any way except for google maybe > filtering out a very limited amount of e-mail (judging by the number > of spammers that still go through). explore flags questionable cram for moderator approval. This appears to be a couple posts a week at max. So far everything I've seen has been a legitimate affix through. Google may have other mechanisms for blocking spam. I have a categorise with an acts_as_channelise association and I'd desire to addsome additional functionality to take place whenever I try to appendsomething to an instances child list. So when I try something likemy_object children << another_disapprove I'd desire to label a method oroverride whatever method I be to do so. Thanks. I accept anyadvice. -Mike joseph chapman wrote:> Please goddamit let me unsubscribe. I can't handle the magnitude of > emails I'm receiving and the arouse buttonss in the 'alter my membership' > page will not bring home the bacon please sort this out for me somebody.. help.> sincerely,> Concerned SPAM-like victim> Joseph (newbie)> not kidding it's really pissing me off> _________________________________________________________________> Celeb spotting - Play CelebMashup and win cool prizes> On 9/8/07. Matthew Rudy <rails-mailing-list@andreas-s net> wrote:>> joseph chapman wrote:> > Please goddamit let me unsubscribe. I can't handle the magnitude of> > emails I'm receiving and the arouse buttonss in the 'alter my membership'> > page will not bring home the bacon gratify choose this out for me somebody.. help.> > sincerely,> > Concerned SPAM-like victim> > Joseph (newbie)> > not kidding it's really pissing me off> > _________________________________________________________________> > Celeb spotting - Play CelebMashup and win cool prizes> > >> yeah.> I be at it through > so I never get.

Forex Groups - Tips on Trading

Related article:
http://ruby--blog.blogspot.com/2007/09/24-new-messages-in-18-topics-digest_08.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the virtualhost archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
37 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09
1 articles in 2007-11




next page


virtualhost