Re: [users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Frank Gingras
You do not need a RewriteCond here, the RewriteRule directive is perfectly capable of capturing the request uri path. If you don't want the URL to change, then perhaps you should use AliasMatch instead of mod_rewrite. If you want to change the URL, use RedirectMatch instead. Using mod_rewrite

Re: [users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Jim Albert
On 4/3/2022 12:34 PM, Aitor Iturriondobeitia wrote: Hello, I'm new to this topic and I'm finding it difficult. Let's see if you can help me please. I am trying to remove the contextroot from my application. For example, I have the following URL that calls me: www.domain.com/REDF00K/form.xhtml

[users@httpd] Help Gor básico ( :-) ) rewrite

2022-04-03 Thread Aitor Iturriondobeitia
Hello, I'm new to this topic and I'm finding it difficult. Let's see if you can help me please. I am trying to remove the contextroot from my application. For example, I have the following URL that calls me: www.domain.com/REDF00K/form.xhtml and I want to eliminate, in the rewrite, the REDF00K

[users@httpd] Re: SSLCARevocationPath CRLs not reloaded after update

2022-04-03 Thread Hendrik Harms
Hi John, restarting graceful after updating a CRL file was already one of my options. But I hoped that there is a more elegant way to refresh the lists of revoked certificates. So the best workaround is still to add the graceful restart to my script which loads the CRLs onto my server. :-(

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-03 Thread Frank Gingras
refers to the full filesystem path. I strongly doubt that you have /jscripts/ on your system. On Sun, 3 Apr 2022 at 03:45, SAJESH PC wrote: > Hi all, > I got it corrected by changing to "/jscripts/">. What is the real problem here? > regards > > > On Sat, Apr 2, 2022 at 2:39 AM Ruben Safir

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-03 Thread SAJESH PC
Hi all, I got it corrected by changing to . What is the real problem here? regards On Sat, Apr 2, 2022 at 2:39 AM Ruben Safir wrote: > On 3/30/22 14:17, SAJESH PC wrote: > > Iam sharing a screenshot of the browser console errors. Hope this helps. > > > > fwiw apache looks like it is working