User jeph perro - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T04:16:58Z http://stackoverflow.com/feeds/user/28351 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog 0 How to allow self-registration to join a specific Wordpress MU blog. jeph perro 2009-11-02T19:56:19Z 2009-12-08T07:05:07Z <p>Hi, </p> <p>I have a Wordpress MU instance installed.</p> <p>I allow self-registration, and self-creation of blogs.</p> <p>I have a user who has created a blog for a Chemistry class. He wants his 100 students to be able to self-register and become authors on this blog.</p> <p>By default, when you follow the Wordpress MU register link, you are signing up for a site-wide account not for this specific blog.</p> <p>How do I do this? It would be very painful to have to add the 100 students one by one as the administrator. Besides that, we don't actually have a list of the 100 email addresses. </p> <p>I need a way that people can either request to become part of the blog, or automatically start contributing right away.</p> http://stackoverflow.com/questions/1638928/flash-media-server-how-to-use-allowedhtmldomains-txt-on-2nd-app 0 Flash Media Server, how to use allowedHTMLdomains.txt on 2nd app jeph perro 2009-10-28T17:51:14Z 2009-12-01T11:47:10Z <p>Hi,</p> <p>I am configuring our Adobe Flash Media Server 3.5 and need some help.</p> <p>I have carefully followed the documentation on how to duplicate the vod service: <a href="http://help.adobe.com/en%5FUS/FlashMediaServer/3.5%5FDeving/WS5b3ccc516d4fbf351e63e3d11a0773cfae-7ff3.html" rel="nofollow">http://help.adobe.com/en%5FUS/FlashMediaServer/3.5%5FDeving/WS5b3ccc516d4fbf351e63e3d11a0773cfae-7ff3.html</a></p> <p>I successfully created multiple applications: vod2, vod3, vod4.</p> <p>Now I would like to use allowedHTMLdomains.txt and allowedSWFdomains.txt to restrict which domains can play video.</p> <p>I have changed the 2 files:</p> <p>allowedHTMLdomains.txt contains only this:</p> <pre><code>purple.mydomain.com </code></pre> <p>allowedSWFdomains.txt contains only this:</p> <pre><code>purple.mydomain.com </code></pre> <p>Then restarted Adobe Flash Media Server.</p> <p>Next I created a web page on a totally different server, banana.myotherdomain.org and used this embedded code to place a video on the page:</p> <pre><code>&lt;embed height="377" width="640" allowscriptaccess="always" allowfullscreen="true" src="http://purple.mydomain.com/swfs/jwplayer.swf" flashvars="&amp;streamer=rtmp:/vod2&amp;file=testfile.flv" /&gt; &lt;/embed&gt; </code></pre> <p>But it doesn't restrict anything.</p> <p>I can still stream video from domains which are not specified in the allowed files.</p> <p>What am I missing here?</p> <p>Thanks,</p> <p>Jeff</p> http://stackoverflow.com/questions/331716/quicktime-error-in-ie7-opening-mp3-icon-with-questionmark 0 Quicktime error in IE7 opening mp3, Icon with Questionmark jeph perro 2008-12-01T18:23:39Z 2009-11-12T07:28:16Z <p>I am having some Internet Explorer 7 (and 8 beta) browser-specific problems with a link to an MP3.</p> <p>When I click the link in IE7, a new browser window opens and the quicktime plugin tries to play the file. Instead ofthe player, I see a faded Quicktime icon with a question mark in the center. <img src="http://img87.imageshack.us/img87/6871/quicktimeeh4.jpg" alt="alt text" /></p> <p>There is nothing wrong with the file.</p> <p>The quicktime player opens and plays the file correctly in FireFox3, Safari and Chrome.</p> <p>I have tried on several different computers using IE7 and it always fails. </p> <p>I have searched other forums in vain to find a solution. I have seen suggestions from changing registry settings to reinstalling IE (did not help).</p> <p>This is the exact HTML that links the file : </p> <pre><code>&lt;a onmouseover="window.status=''; return true;" target="_blank"name="Filename_Lnk" href="polka.mp3"&gt; Lawrence Welk &lt;/a&gt; </code></pre> <p>The webpage with the link and file both sit inside a website to which you must be logged in. </p> <p>My only thought is that IE is somehow losing the session by opening the file in a new browser. FF handles this fine.</p> <p>I would love to be able to tell my users how to configure IE so that this file opens in Windows Media Player instead of Quicktime.</p> <p>Thanks for your help.</p> http://stackoverflow.com/questions/1711073/extracting-url-from-anchor-tag-to-use-in-right-click-menu/1711114#1711114 1 Answer by jeph perro for Extracting url from anchor tag to use in right click menu jeph perro 2009-11-10T20:54:44Z 2009-11-10T20:54:44Z <p>There is now way to specify opening in a new tab yet, but when new browsers support CSS3 we will have the ability to tab link. </p> <p>See: <a href="http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/#target-new" rel="nofollow">http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/#target-new</a></p> <p>For now, why not just use target="_new" ?</p> http://stackoverflow.com/questions/1704106/business-logic-in-php-or-mysql/1704212#1704212 2 Answer by jeph perro for Business Logic in PHP or MySQL ? jeph perro 2009-11-09T22:04:24Z 2009-11-09T22:04:24Z <p>In my experience, you should put business logic in PHP code rather than move it onto the database. Assuming your database is on a separate server, you don't want your database to be busy calculating formulas when requests come in.</p> <p>Keep your database lightning fast to handle selects, inserts and updates.</p> http://stackoverflow.com/questions/1676523/how-to-configure-jboss-for-ssl-using-f5-load-balancer 0 How to configure JBoss for SSL using F5 Load Balancer jeph perro 2009-11-04T20:51:56Z 2009-11-09T12:54:16Z <p>Hi, I am having troubles configuring JBoss for a secure environment.</p> <p>Here's our environment:</p> <p>We have an F5 Loadbalancer which has our domain's wildcard certificate. </p> <p>I have several applications running on JBoss on a server called peanut.</p> <p>From within our firewall, I can run the application as <a href="http://peanut.mydomain.com:8080" rel="nofollow">http://peanut.mydomain.com:8080</a></p> <p>From the other side of the firewall, the server is only accessible over HTTPS under the subdomain <a href="https://pule.mydomain.com:8080" rel="nofollow">https://pule.mydomain.com:8080</a></p> <p>The Loadbalancer has the certificate. So any requests for <a href="https://pule.mydomain.com" rel="nofollow">https://pule.mydomain.com</a> reach the Loadbalancer securely. Between the Load Balancer and peanut, the requests are http.</p> <p>Now this app uses AJAX calls and web services. From outside the Loadbalancer, I call <a href="https://pule.mydomain.com:8080" rel="nofollow">https://pule.mydomain.com:8080</a> - but because the communication between the Loadbalancer and peanut is http, the webpage returned references <a href="http://pule.mydomain.com:8080" rel="nofollow">http://pule.mydomain.com:8080</a>.</p> <p><a href="http://pule.mydomain.com" rel="nofollow">http://pule.mydomain.com</a> is not accessible anywhere, and the AJAX calls fail.</p> <p>My question is, how do I configure JBoss to use https always, but without needing a it's own certificate?</p> <p>This is what I have, and it is not working. I don't think I need to redirect to port 8443, because there is no secure connection between the firewall and the jboss server.</p> <pre><code>&lt;Connector port="8080" address="${jboss.bind.address}" maxThreads="250" maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1" enableLookups="false" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" scheme="https" /&gt; </code></pre> http://stackoverflow.com/questions/1699529/where-is-the-trust-store-in-jboss-for-a-self-signed-certificate 0 Where is the trust store in JBOSS for a self-signed certificate? jeph perro 2009-11-09T07:10:18Z 2009-11-09T07:14:05Z <p>I have created a self-signed certificate on my server.</p> <p>Now I need to import the certificate to the trust store so that the application . If it was Tomcat, I would put it here: %JAVA_HOME%\jre\lib\security\cacerts </p> <p>Where is the equivalent in JBoss? Where should I look?</p> http://stackoverflow.com/questions/1424196/how-to-sort-javascript-object-array-by-element-name 0 How to sort javascript object array by element.name jeph perro 2009-09-14T22:21:06Z 2009-11-06T15:00:26Z <p>Hi, </p> <p>I am try to write some validation script using javascript and prototype.</p> <p>What I want to do is to loop through all the elements of a form and validate each answer. My code works, BUT the array of DOM elements is unsorted. I would like to sort the elements by their ID.</p> <p>Here is the my code, which works fine if I comment-out elem.sort(zelementsort);</p> <pre><code>function zelementsort(a,b) { if (a.name &gt; b.name) return -1; else if (b.name &gt; a.name) return 1; else return 0; } var elem = document.getElementById('myform').elements; elem.sort(zelementsort); for(var i = 0; i &lt; elem.length; i++) { alert("Name = " + elem[i].name); } </code></pre> <p>I wonder if the problem might be that some of the elements do not have names. Anyone have another simpler way of sorting an array of DOM elements by their .name?</p> http://stackoverflow.com/questions/1670538/what-is-the-jboss-equivalent-of-tomcats-server-xml 1 What is the JBoss equivalent of Tomcat's server.xml? jeph perro 2009-11-03T22:25:38Z 2009-11-04T22:51:05Z <p>I am running an application which was deployed on JBoss. </p> <p>There is only documentation for Tomcat, none for JBoss.</p> <p>I need to change some connector tag attributes to look like so:</p> <pre><code>&lt;Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="100" debug="0" scheme="https" secure="true" useURIValidationHack="false" disableUploadTimeout="true"&gt; &lt;/Connector&gt; </code></pre> <p>Where can I find the file equivalent to server.xml in JBoss?</p> <p>Thanks</p> http://stackoverflow.com/questions/1668941/how-to-use-rewriterule-to-redirect-to-a-php-file-in-the-same-folder/1669007#1669007 0 Answer by jeph perro for How to use rewriterule to redirect to a php file in the same folder? jeph perro 2009-11-03T17:45:44Z 2009-11-03T17:45:44Z <p>I think the problem is that you are missing a ReWrite base statement.</p> <p>Also the I would put the .htaccess file in the root directory of your site. That way you don't have to copy an .htacess file into every new directory you create. What if you want to change the name of your php file? You'd have to change every .htaccess file.</p> <p>This is how I would redirect www.mydomain.com/orange/style.css to www.mydomain.com/orange/program.php?css=1 using generic rules:</p> <pre><code>RewriteEngine On RewriteBase / RewriteRule ^(.*)/style\.css$ $1/program.php?css=1 [L] </code></pre> http://stackoverflow.com/questions/1506451/how-to-direct-subdomains-to-the-correct-jboss-app 1 How to direct subdomains to the correct JBoss App? jeph perro 2009-10-01T20:58:57Z 2009-10-29T16:56:48Z <p>Hi, new to JBoss and am configuring some applications. I know how to do this in apache webserver, but not using Jboss.</p> <p>I have successfully deployed 3 applications on a redhat box, JBoss 4.2.</p> <p>If my server is called fruit.mycompany.com, I can access the three apps this way:</p> <pre><code>http://fruit.mycompany.com:8080/quince http://fruit.mycompany.com:8080/pineapple http://fruit.mycompany.com:8080/lime </code></pre> <p>Next, I created three subdomains, which are aliases of the server fruit.</p> <pre><code>http://quince.mycompany.com http://pineapple.mycompany.com http://lime.mycompany.com </code></pre> <p>How can I get each subdomain to point at it's corresponding application?</p> <p>I want <a href="http://quince.mycompany.com" rel="nofollow">http://quince.mycompany.com</a> to actually open <a href="http://fruit.mycompany.com:8080/quince" rel="nofollow">http://fruit.mycompany.com:8080/quince</a>.</p> <p>In apache, I would use the VirtualHost tag to point each subdomain to the correct Document Root. How do I do it with JBoss or Tomcat?</p> <p>Can I do it with redirection ( does Tomcat have something like mod_rewrite )? </p> http://stackoverflow.com/questions/1506451/how-to-direct-subdomains-to-the-correct-jboss-app/1645123#1645123 0 Answer by jeph perro for How to direct subdomains to the correct JBoss App? jeph perro 2009-10-29T16:56:48Z 2009-10-29T16:56:48Z <p>I gave up with Tomcat.</p> <p>The situation became too complicated.<br /> I have a web site running on port 80 already (on a separate instance of JBoss).<br /> I have these three applications, quince, pineapple and lime running on their own JBoss instance on port 8080.</p> <p>To solve my problem, I just wrote a javascript function on the index page of the website running on port 80. </p> <p>I check <em>location</em> to see which domain is being called and then redirect to the appropriate website on port 8080.</p> <p>The script looks something like this:</p> <pre><code>var whois=location+" "; if (whois.indexOf("quince.mycompany.com") &gt; -1) { setTimeout('window.location.replace("http://quince.mycompany.com:8080/quince/");', 10); exit; } if (whois.indexOf("lime.mycompany.com") &gt; -1) { setTimeout('window.location.replace("http://lime.mycompany.com:8080/lime/");', 10); exit; } ... // otherwise redirect to the app running on port 80 setTimeout('window.location.replace("http://fruit.mycompany.com/otherapp/");', 10); </code></pre> <p>It's not exactly what I wanted, but at least my users now have a shortcut URL, and they don't have to remember port numbers: <a href="http://lime.mycompany.com" rel="nofollow">http://lime.mycompany.com</a> redirects to -> <a href="http://lime.langara.bc.ca:8080/lime" rel="nofollow">http://lime.langara.bc.ca:8080/lime</a></p> http://stackoverflow.com/questions/219135/how-do-i-create-my-own-custom-group-in-mediawiki 0 How do I create my own custom group in mediawiki? jeph perro 2008-10-20T16:52:15Z 2009-10-09T01:23:27Z <p>Hi, </p> <p>I have been reading carefully through the mediawiki documentation but I have not been able to find out how to create new groups. </p> <p>When I look at Special:Userrights, I see only 3 groups : Bots, Sysops, Bureaycrats</p> <p>I would like to create my own custom groups, so I can use some extensions like the <a href="http://www.mediawiki.org/wiki/Extension:Group_Based_Access_Control" rel="nofollow">http://www.mediawiki.org/wiki/Extension:Group_Based_Access_Control</a>.</p> <p>Can someone tell me how it's done, or point me to some documentation?</p> <p>Thanks,</p> <p>Jeff</p> http://stackoverflow.com/questions/1505424/jboss-binding-ip-addresses 0 JBoss Binding IP addresses jeph perro 2009-10-01T17:47:29Z 2009-10-01T23:00:31Z <p>Hi, I need some help from someone who understands JBoss Hostname Binding. I think the solution is easy, although it's complicated to explain.</p> <p>I am deploying an application using JBoss (v4.2) and am having troubles configuring the application.</p> <p>This application has two parts, a web site on port 8080 and web services on port 8080 using SOAP APIs.</p> <p>My server sits behind a firewall, and has an alias, let's say it's called <strong>orange</strong>.mycompany.com</p> <p>My problem is that I cannot get the console to connect to the web services. The website works, but I see an connection refused error connecting to the web services.</p> <blockquote> <p>[xfire.transport.http.HttpChannel] java.net.ConnectException: Connection refused</p> </blockquote> <p>There are 2 things I can control, the bind IP on Tomcat, and the URL of the web services.</p> <p>If I start JBoss, and bind to the local IP address:</p> <pre><code>./run.sh -b 10.1.2.3 </code></pre> <p>And I set the URL of the web services to be that same IP</p> <pre><code>url=http://10.1.2.3:8080/services </code></pre> <p>I can see the website on port 8080 from outside the firewall, but the console cannot connect to webservices. From the server, orange, itself I cannot see the website by calling <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a> or <a href="http://10.1.2.3:8080" rel="nofollow">http://10.1.2.3:8080</a> or orange.mycompany.com:8080</p> <p>However, if I start JBoss and bind to 127.0.0.1:</p> <pre><code>./run.sh -b 127.0.0.1 </code></pre> <p>And I set the URL of the web services to localhost</p> <pre><code>url=http://localhost:8080/services </code></pre> <p>Now I can't see the website at all from outside the firewall. But from the server itself, I can see the website browsing <a href="http://localhost:8080" rel="nofollow">http://localhost:8080</a> and the I can successfully connect to the web services. That's great, but I need the website to be accessible from outside.</p> <p>Can anyone suggest any combination of settings that will let me browse the website and also let the console call webservices on localhost?</p> http://stackoverflow.com/questions/1505424/jboss-binding-ip-addresses/1505599#1505599 1 Answer by jeph perro for JBoss Binding IP addresses jeph perro 2009-10-01T18:20:11Z 2009-10-01T18:20:11Z <p>Never mind.</p> <p>Start JBoss binding to all IP's works.</p> <pre><code>./run.sh -b 0.0.0.0 </code></pre> http://stackoverflow.com/questions/1462637/how-dangerous-is-allowing-flash-in-a-blog 1 How dangerous is allowing Flash in a blog? jeph perro 2009-09-22T21:12:26Z 2009-09-23T06:07:51Z <p>I currently run several Wordpress MU installations.</p> <p>My users are asking for the ability to post video (not just Youtube, but from our own Flash Media Server).</p> <p>By default, Wordpress strips out <code>&lt;embed&gt;</code> tags.</p> <p>Now, I would never allow users to include PHP or JavaScript in their posts, do I have to worry about Flash vulnerabilities?</p> <p>How dangerous is the embed tag and should I worry about giving them the ability? </p> <p>Thanks</p> http://stackoverflow.com/questions/1364298/wordpress-mu-admin-plugin-how-to-apply-to-new-blogs/1369537#1369537 1 Answer by jeph perro for Wordpress MU Admin Plugin, How to apply to new blogs? jeph perro 2009-09-02T19:01:41Z 2009-09-02T19:01:41Z <p>Ok, I'll answer my own question.</p> <p>I just had to put the php file in the /wp-content/mu-plugins directory.</p> <p>It now fires for on every admin page, including ones new users and new blogs. Although, you do have to put a php file in the /wp-content/mu-plugins directory - putting a your plugin code inside a folder does not work.</p> http://stackoverflow.com/questions/1364298/wordpress-mu-admin-plugin-how-to-apply-to-new-blogs 0 Wordpress MU Admin Plugin, How to apply to new blogs? jeph perro 2009-09-01T19:44:16Z 2009-09-02T19:01:41Z <p>Hi,</p> <p>I am trying to create a Wordpress MU admin plugin, that will insert some javascript into every admin page that my users see.</p> <p>I created my own plugin, and activated using the "Activate Plugin Site wide" link.</p> <p>I have been testing with the following code, which works on existing blogs.</p> <pre><code>add_action("admin_footer", 'testAdminFooterHook', 5); function testAdminFooterHook() { echo "&lt;script language='javascript' &gt;\n"; echo "alert('test admin_footer hook')"; echo "&lt;/script &gt;\n"; } </code></pre> <p>However, if I create a new user and a new blog, and then log in -- the plugin does not fire.</p> <p>Am I approaching this wrong? How can I create an Admin plugin that will fire for every future user created and every future blog created? I'm running Wordpress MU 2.8.4</p> http://stackoverflow.com/questions/1330533/how-to-automatically-run-jboss-app-on-startup-using-redhat 0 How to automatically run JBoss app on startup, using RedHat jeph perro 2009-08-25T19:47:08Z 2009-08-25T19:50:43Z <p>Not too long ago, I installed a java web application on a Red Hat server running JBOSS.</p> <p>After a recent reboot, I realized that the site did not start up automatically when the machine was booted.</p> <p>Is there an easy way to ensure that this happens? There are shell scripts to start and stop the application, something like :</p> <pre><code>/opt/myApp/StartMyApp.sh /opt/MyApp/StopMyApp.sh </code></pre> <p>I have been reading about Redhat Run Levels, (etc/rc.d), but it seems too complicated for what I need to do - just run the shell script after booting.</p> <p>Making it a Windows service is quite easy, but I'm unfamiliar with how to do the equivalent with Redhat.</p> <p>Thanks</p> http://stackoverflow.com/questions/543672/need-media-sharing-web-app-control-access-by-group/1330544#1330544 0 Answer by jeph perro for Need media sharing web-app, control access by group jeph perro 2009-08-25T19:50:13Z 2009-08-25T19:50:13Z <p>PHPMotion was probably the closest thing I could find.</p> <p>In the end we went with Adobe Flash Media Server and we'll write our own access controls.</p> http://stackoverflow.com/questions/543672/need-media-sharing-web-app-control-access-by-group 0 Need media sharing web-app, control access by group jeph perro 2009-02-12T22:12:57Z 2009-08-25T19:50:13Z <p>I am trying to find a good media sharing web app. Something that will let instructors upload audio or video files easily. And I need to let restrict access to the files to only the students in the class.</p> <p>I have tried PHPMotion, and it's great for the uploading and sharing part, but it's a way of sharing files with everyone. I need to restrict access by groups.</p> <p>This is my wish-list:</p> <blockquote> <p>Web based.</p> <p>Open source or inexpensive</p> <p>LAMP</p> <p>Flash player.</p> <p>Automatic conversion to FLV</p> <p>Easy to use for non-technical people to upload files (people for whom FTP is too complicated)</p> <p>Accommodate streaming large media files, not live streaming but letting the user jump to the middle without having to download the whole file.</p> <p>Ability to limit access by group.</p> <p>Allow download of media onto portable devices.</p> <p>LDAP authentication</p> <p>Easy HTML embedding of player</p> </blockquote> <p>I know I want everything. </p> <p>PHPMotion is the closest thing I have found so far. It's easy to upload and does conversion to FLV. I suppose I could hack it with some access controls, but I'd rather not.</p> <p>Is anyone aware of a flavor of wiki that could handle media file sharing using groups?</p> <p>thanks</p> http://stackoverflow.com/questions/1008601/encrypt-in-jsp-decrypt-in-php 1 Encrypt in JSP, Decrypt in PHP jeph perro 2009-06-17T17:51:16Z 2009-06-17T17:59:25Z <p>Hi, </p> <p>I'm trying to implement a single-sign-on link from application written in JAVA, to another web app written in PHP.</p> <p>I'd like a way to encrypt the username in .JSP and then decrypt in PHP.</p> <p>I need to find functions matching functions that will allow this.</p> http://stackoverflow.com/questions/880922/how-to-make-external-xml-file-display-nicely-in-a-browser 2 How to make external XML file display nicely in a browser? jeph perro 2009-05-19T04:05:02Z 2009-05-19T07:39:13Z <p>I have this PHP web application.<br /> It has a link to an XML file to which I have no control.</p> <p>How can I make the XML display nicely?</p> <p>I just want it to line up in a table or it can even look like a data file. </p> <p>Can I attach an XSLT file or style sheet to the XML file from the outside i.e. I wish I could, but I can't put this in the XML:</p> <pre><code>&lt;?xml-stylesheet type="text/xsl" href="tabledisplay.xsl"?&gt; </code></pre> <p>The only thing I can think to do is create a link to a PHP file which reads the XML into a string, inserts the XSL reference, and then prints everything to the browser.</p> http://stackoverflow.com/questions/826473/what-is-the-most-recent-version-of-safari-for-iphone 0 What is the most recent version of Safari for iPhone? [closed] jeph perro 2009-05-05T19:15:35Z 2009-05-05T21:35:17Z <p>As of May 2009, what is the latest version of Safari for iPhone?</p> <p>I don't own an iPhone, but my users might. I want to do a browser check and make decisions based on the version of Safari for iPhone.</p> http://stackoverflow.com/questions/826479/what-is-the-current-version-of-safari-for-iphone 0 What is the current version of Safari for iPhone? [closed] jeph perro 2009-05-05T19:16:28Z 2009-05-05T19:24:09Z <p>As of May 2009, what version of Safari is running on iPhone?</p> <p>Also is it Java enabled? I assume it is.</p> http://stackoverflow.com/questions/808014/modrewrite-or-modalias 0 mod_rewrite or mod_alias ? jeph perro 2009-04-30T17:04:18Z 2009-04-30T17:20:35Z <p>I have a server, it's httpd.conf already has some "<em>RedirectMatch permanent</em>" directives in it.</p> <p>I'm not that familiar with mod_alias, I've only ever used mod_rewrite.</p> <p>What's the basic difference? I don't see a "L" flag in mod_alias to stop processing rules.</p> <p>Which one should I use for best practices of redirecting from one subdomain to another?</p> <p>Can I use both at the same time and will it be obvious which takes precidence?</p> http://stackoverflow.com/questions/803758/magic-apache-redirecting-for-username 0 Magic Apache redirecting for /~username jeph perro 2009-04-29T18:59:03Z 2009-04-29T19:01:49Z <p>Hi, </p> <p>I have inherited a webserver already serving some websites. I am trying to migrate some of those sites to a new webserver.</p> <p>One of those websites has a page called: <a href="http://mydomain/ABCDepartment/" rel="nofollow">http://mydomain/ABCDepartment/</a></p> <p>This URL also works: <a href="http://mydomain/~joesmith" rel="nofollow">http://mydomain/~joesmith</a></p> <p>and the index page for joesmith actually lives in /var/www.../ABCDepartment/people/joesmith/</p> <p>Now I am checking in httpd.conf and I see the following:</p> <pre><code>UseCanonicalName Off UserDir public_html UserDir disabled root </code></pre> <p>There are no special mod_rewrite rules for joesmith or the ~</p> <p>How is this magic happening? UseCanonicalName is off, and if it wasn't UserDir public_html should look in /home/joesmith/public_html</p> <p>What am I missing?</p> http://stackoverflow.com/questions/318241/tomcat-context-xml-files-is-there-a-hiearchy 0 Tomcat context.xml files, is there a hiearchy? jeph perro 2008-11-25T17:38:28Z 2009-03-04T08:43:20Z <p>I am trying to use symbolic links in one of the applications I have running on Tomcat5. Thanks to some help from <a href="http://stackoverflow.com/questions/315093/configure-symlinks-for-single-directory-in-tomcat">another StackOverflow question</a> I was able to do it by creating a context.xml file in</p> <p>/...myapplication/META-INF/context.xml</p> <p>I am now trying to implement this on a production server. However, there are other applications running on it. And there is another context file</p> <p>/...tomcat/conf/context.xml</p> <p>It seems to me these are setting configurations server-wide to all applications. If I allowLinks in the conf/context.xml file, my symbolic links work. If I don't allowLinks in conf/context.xml, my application's symbolic links do not work, even though I have allowed them in the META-INF/context.xml</p> <p>My question is, does the conf/context.xml control all applications? If I want symbolic links to work only in one application, do I need to remove the conf/context.xml and create new context files for each application? Or is there a way I can allow symbolic links in myapplication only?</p> http://stackoverflow.com/questions/542904/platform-neutral-sql-statement-for-instr-or-charindex 1 Platform Neutral SQL Statement for INSTR or CHARINDEX jeph perro 2009-02-12T19:41:38Z 2009-02-13T19:05:40Z <p>I have a problem writing a SQL statement for both Oracle and MS SQL server. I'd like to write the SQL so that it works in both. I don't want to have to mess around with setting a database type variable and switching</p> <p>I have a column of course names that have values like this:</p> <blockquote> <p>9RA923.2008W</p> <p>1223.200710</p> <p>P0033330.200901</p> </blockquote> <p>I want to select everything right of the ".".</p> <p>In oracle I am using this:</p> <pre><code>SELECT substr(bom_course_id, instr(bom_course_id, '.')+1) FROM ... </code></pre> <p>In MSSQL Server I could use this:</p> <pre><code>SELECT SUBSTRING(bom_course_id, CHARINDEX('.', bom_course_id)+1 ) FROM ... </code></pre> <p>Does anyone have a clever way that I can select the last characters after the dot, using the same SQL statement in either Oracle or MS SQL.</p> <p>Unfortunately, I won't know how many characters there will be before or after the "." It's not completely numeric either, I can't count on only numbers.</p> <p>I really wish there was an SQL standard.</p> http://stackoverflow.com/questions/322260/which-tomcat-5-context-file-takes-precedence 4 Which Tomcat 5 context file takes precedence? jeph perro 2008-11-26T21:40:54Z 2009-01-26T22:42:14Z <p><a href="http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html" rel="nofollow">Tomcat documentation</a> says: </p> <p>The locations for Context Descriptors are;</p> <p>$CATALINA_HOME/conf/[enginename]/[hostname]/context.xml $CATALINA_HOME/webapps/[webappname]/META-INF/context.xml</p> <p>On my server, I have at least 3 files floating around:</p> <pre><code>1 ...tomcat/conf/context.xml 2 ...tomcat/Catalina/localhost/myapp.xml 3 ...tomcat/webapps/myapp/META-INF/context.xml </code></pre> <p>What is the order of precedence? </p> http://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog/1680759#1680759 Comment by jeph perro on How to allow self-registration to join a specific Wordpress MU blog. jeph perro 2009-12-03T18:25:22Z 2009-12-03T18:25:22Z Just to see if it was possible, I opened up an XML export file for my blog. It does not contain any users. Importing and Exporting is for posts and pages, not users. http://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog/1680759#1680759 Comment by jeph perro on How to allow self-registration to join a specific Wordpress MU blog. jeph perro 2009-12-03T18:13:48Z 2009-12-03T18:13:48Z Why should I export and import the whole blog? That doesn't really help anyways - I want people to sign up themselves. I don't want to have to gather 100 email addresses from students and then import the whole blog. http://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog Comment by jeph perro on How to allow self-registration to join a specific Wordpress MU blog. jeph perro 2009-12-03T18:08:49Z 2009-12-03T18:08:49Z Anyone know a good forum ( other than <a href="http://mu.wordpress.org/forums/" rel="nofollow">mu.wordpress.org/forums</a> ) to discuss WordPress MU problems? I will award the bounty to someone who can point me to a good alternative WPMU community. http://stackoverflow.com/questions/1638928/flash-media-server-how-to-use-allowedhtmldomains-txt-on-2nd-app/1825664#1825664 Comment by jeph perro on Flash Media Server, how to use allowedHTMLdomains.txt on 2nd app jeph perro 2009-12-01T23:00:30Z 2009-12-01T23:00:30Z It worked out great. Make sure to include main.asc in your second application ( vod2 ). I decided not to use allowedSWFdomains at all. I can control everything I need using only allowedHTMLdomains.txt. http://stackoverflow.com/questions/1704110/sql-server-nested-query Comment by jeph perro on SQL Server - Nested Query jeph perro 2009-11-09T21:57:47Z 2009-11-09T21:57:47Z What course are you taking? There is no doubt this is a homework assignment. http://stackoverflow.com/questions/1638928/flash-media-server-how-to-use-allowedhtmldomains-txt-on-2nd-app/1670357#1670357 Comment by jeph perro on Flash Media Server, how to use allowedHTMLdomains.txt on 2nd app jeph perro 2009-11-09T19:38:59Z 2009-11-09T19:38:59Z Thanks for your help. I have been extremely frustrated with the lack of documentation about the allowedHTMLdomains.txt and allowedSWFdomains.txt files. Your suggestion helped me find the answer. allowedHTMLdomains.txt restricts which domains can view the video. However, if you reference a Flash player located on the same server as the Flash Media Server, which is permitted in allowedSWFdomain.txt then you will be able to see view the video. http://stackoverflow.com/questions/1668941/how-to-use-rewriterule-to-redirect-to-a-php-file-in-the-same-folder/1669007#1669007 Comment by jeph perro on How to use rewriterule to redirect to a php file in the same folder? jeph perro 2009-11-03T19:32:33Z 2009-11-03T19:32:33Z I disagree with that approach and I explained my reasons. Why have multiple .htaccess files all over the place? Just have one at the root and control everything from there. http://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog/1664678#1664678 Comment by jeph perro on How to allow self-registration to join a specific Wordpress MU blog. jeph perro 2009-11-03T17:20:41Z 2009-11-03T17:20:41Z I am using Wordpress MU. I already let everyone self-register. What I need is a way for them to become a part of a single blog. If all 100 students self-register, it is still a manual process to add each User to the Chemistry Blog. http://stackoverflow.com/questions/1505424/jboss-binding-ip-addresses/1506940#1506940 Comment by jeph perro on JBoss Binding IP addresses jeph perro 2009-10-05T16:47:46Z 2009-10-05T16:47:46Z Yes, I am running JIRA, as well as 3 other apps on the same instance of JBoss ( using port 8080 ). Just to complicate things, I am also running a second instance of JBoss on port 80. http://stackoverflow.com/questions/1424196/how-to-sort-javascript-object-array-by-element-name/1424209#1424209 Comment by jeph perro on How to sort javascript object array by element.name jeph perro 2009-09-16T17:50:15Z 2009-09-16T17:50:15Z Thanks, this worked perfectly var elem = $$('#myForm *[name]').sortBy(function(el){ return el.name; }); http://stackoverflow.com/questions/1330533/how-to-automatically-run-jboss-app-on-startup-using-redhat/1330548#1330548 Comment by jeph perro on How to automatically run JBoss app on startup, using RedHat jeph perro 2009-08-25T22:17:20Z 2009-08-25T22:17:20Z I prefered the Jboss article. Just have to test it out now. http://stackoverflow.com/questions/808014/modrewrite-or-modalias Comment by jeph perro on mod_rewrite or mod_alias ? jeph perro 2009-04-30T18:57:05Z 2009-04-30T18:57:05Z I have found out in the end that mod_rewrite is more powerful and is a superset of mod_alias. I was able to successfully use both mod_alias and mod_rewrite rules in the same httpd.conf file http://stackoverflow.com/questions/808014/modrewrite-or-modalias/808089#808089 Comment by jeph perro on mod_rewrite or mod_alias ? jeph perro 2009-04-30T17:28:36Z 2009-04-30T17:28:36Z The only reason I want to use both together, is that there are about 30 existing rules using mod_alias. I've written my own mod_rewrite rules that I'd like to add, and I'd rather not have to recreate the existing rules in mod_rewrite. http://stackoverflow.com/questions/542904/platform-neutral-sql-statement-for-instr-or-charindex/544235#544235 Comment by jeph perro on Platform Neutral SQL Statement for INSTR or CHARINDEX jeph perro 2009-02-17T20:45:45Z 2009-02-17T20:45:45Z <a href="http://sqlzoo.net/fun_position" rel="nofollow">sqlzoo.net/fun_position</a> The function &quot;Position&quot; would have done the trick. Instead of forcing SQL to separate the string, I have decided to select bom_course_id and split the string in code. http://stackoverflow.com/questions/542904/platform-neutral-sql-statement-for-instr-or-charindex/542959#542959 Comment by jeph perro on Platform Neutral SQL Statement for INSTR or CHARINDEX jeph perro 2009-02-12T20:29:47Z 2009-02-12T20:29:47Z No, unfortunately I can't rely on being all numbers. Besides, I need the substring to the right of the &quot;.&quot; This would almost work: SELECT DISTINCT bom_course_id - ( CAST(CAST(bom_course_id AS FLOAT) AS INTEGER) )