On Tue, Aug 25, 2015 at 5:00 AM, <[email protected]>
wrote:

> Send MediaWiki-l mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MediaWiki-l digest..."
>
>
> Today's Topics:
>
>    1. Re: Short URLs with Apache on Sabayon Linux (Daniel Friesen)
>    2. Re: Short URLs with Apache on Sabayon Linux (Brenton Horne)
>    3. (kein Betreff) (Btavavakoli Makbari)
>    4. Re: Short URLs with Apache on Sabayon Linux (Brenton Horne)
>    5. Re: CSS media designations on IE9 (Eli Handel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 24 Aug 2015 15:41:52 -0700
> From: Daniel Friesen <[email protected]>
> To: MediaWiki announcements and site admin list
>         <[email protected]>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8
>
> That's not the file you're supposed to put the config.
>
> Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
>
> One of those has a <VirtualHost> entry with a DocumentPath of
> `/var/www/localhost/htdocs`.
> That is the file you're supposed to put the short URL config in. (Inside
> the <VirtualHost>)
>
> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
>
> On 2015-08-24 3:26 PM, Brenton Horne wrote:
> > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> >
> > On 25 August 2015 at 08:19, Daniel Friesen <[email protected]>
> > wrote:
> >
> >> Ok, it's getting requests. But the RewriteEngine rule isn't listened to,
> >> there's no error saying RewriteEngine isn't available, and Apache's
> >> standard /index.php/... handling isn't even taking effect.
> >>
> >> ...there is something terribly wrong with this Apache's configuration.
> >>
> >> What does the file where you added the short URL related Apache settings
> >> to look like?
> >>
> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >>
> >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> >>> Here's my error_log file for Apache2:
> >>>
> >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/wiki
> >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> >>> gracefully
> >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled (wrapper:
> >>> /usr/sbin/suexec)
> >>> apache2: Could not reliably determine the server's fully qualified
> domain
> >>> name, using 127.0.1.1 for ServerName
> >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix) mod_ssl/2.2.31
> >>> OpenSSL/1.0.1p configured -- resuming normal operations
> >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/linux
> >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> >>> /var/www/localhost/htdocs/wiki
> >>>
> >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> >> _______________________________________________
> >> MediaWiki-l mailing list
> >> To unsubscribe, go to:
> >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >>
> >
> >
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 25 Aug 2015 08:52:38 +1000
> From: Brenton Horne <[email protected]>
> To: MediaWiki announcements and site admin list
>         <[email protected]>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID:
>         <
> canb+58+vg5jvpgyn8jajzitv8jd_sqsqhopnt8y4b8aa8sw...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> No *.conf files in /etc/apache2/vhosts.d contains DocumentRoot
> "/var/www/localhost/htdocs" but a file called default_vhost.include in this
> /etc/apache2/vhosts.d directory does
>
> On 25 August 2015 at 08:41, Daniel Friesen <[email protected]>
> wrote:
>
> > That's not the file you're supposed to put the config.
> >
> > Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
> >
> > One of those has a <VirtualHost> entry with a DocumentPath of
> > `/var/www/localhost/htdocs`.
> > That is the file you're supposed to put the short URL config in. (Inside
> > the <VirtualHost>)
> >
> > ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >
> > On 2015-08-24 3:26 PM, Brenton Horne wrote:
> > > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> > >
> > > On 25 August 2015 at 08:19, Daniel Friesen <[email protected]
> >
> > > wrote:
> > >
> > >> Ok, it's getting requests. But the RewriteEngine rule isn't listened
> to,
> > >> there's no error saying RewriteEngine isn't available, and Apache's
> > >> standard /index.php/... handling isn't even taking effect.
> > >>
> > >> ...there is something terribly wrong with this Apache's configuration.
> > >>
> > >> What does the file where you added the short URL related Apache
> settings
> > >> to look like?
> > >>
> > >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [
> http://danielfriesen.name/]
> > >>
> > >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> > >>> Here's my error_log file for Apache2:
> > >>>
> > >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/wiki
> > >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> > >>> gracefully
> > >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled
> (wrapper:
> > >>> /usr/sbin/suexec)
> > >>> apache2: Could not reliably determine the server's fully qualified
> > domain
> > >>> name, using 127.0.1.1 for ServerName
> > >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix)
> mod_ssl/2.2.31
> > >>> OpenSSL/1.0.1p configured -- resuming normal operations
> > >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/w/index.php/SageMath
> > >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/linux
> > >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> > >>> /var/www/localhost/htdocs/wiki
> > >>>
> > >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> > >> _______________________________________________
> > >> MediaWiki-l mailing list
> > >> To unsubscribe, go to:
> > >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> > >>
> > >
> > >
> >
> > _______________________________________________
> > MediaWiki-l mailing list
> > To unsubscribe, go to:
> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
>
>
>
> --
> Thanks for your time,
> Brenton
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 24 Aug 2015 15:59:02 -0700
> From: Btavavakoli Makbari <[email protected]>
> To: [email protected]
> Subject: [MediaWiki-l] (kein Betreff)
> Message-ID:
>         <CACJgcnWgYkJ4gem==
> [email protected]>
> Content-Type: text/plain; charset=UTF-8
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 25 Aug 2015 09:26:29 +1000
> From: Brenton Horne <[email protected]>
> To: MediaWiki announcements and site admin list
>         <[email protected]>
> Subject: Re: [MediaWiki-l] Short URLs with Apache on Sabayon Linux
> Message-ID:
>         <
> canb+58+-molrxcrr0wkyvduxjqen7zzwygbfuyqxzp0bsvo...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I'll be damned it worked. I added:
>
> RewriteEngine On
> RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
>
> to default_vhost.include between the <Directory> tags and now my short URL
> works. Thanks a million, mate!
>
> On 25 August 2015 at 08:52, Brenton Horne <[email protected]>
> wrote:
>
> > No *.conf files in /etc/apache2/vhosts.d contains DocumentRoot
> > "/var/www/localhost/htdocs" but a file called default_vhost.include in
> this
> > /etc/apache2/vhosts.d directory does
> >
> > On 25 August 2015 at 08:41, Daniel Friesen <[email protected]>
> > wrote:
> >
> >> That's not the file you're supposed to put the config.
> >>
> >> Your vhost files are included from `/etc/apache2/vhosts.d/*.conf`.
> >>
> >> One of those has a <VirtualHost> entry with a DocumentPath of
> >> `/var/www/localhost/htdocs`.
> >> That is the file you're supposed to put the short URL config in. (Inside
> >> the <VirtualHost>)
> >>
> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]
> >>
> >> On 2015-08-24 3:26 PM, Brenton Horne wrote:
> >> > Here's my httpd.conf file: http://pastebin.com/raw.php?i=rmP7jbYL
> >> >
> >> > On 25 August 2015 at 08:19, Daniel Friesen <
> [email protected]>
> >> > wrote:
> >> >
> >> >> Ok, it's getting requests. But the RewriteEngine rule isn't listened
> >> to,
> >> >> there's no error saying RewriteEngine isn't available, and Apache's
> >> >> standard /index.php/... handling isn't even taking effect.
> >> >>
> >> >> ...there is something terribly wrong with this Apache's
> configuration.
> >> >>
> >> >> What does the file where you added the short URL related Apache
> >> settings
> >> >> to look like?
> >> >>
> >> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [
> http://danielfriesen.name/
> >> ]
> >> >>
> >> >> On 2015-08-24 2:53 PM, Brenton Horne wrote:
> >> >>> Here's my error_log file for Apache2:
> >> >>>
> >> >>> [Tue Aug 25 07:39:31 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/wiki
> >> >>> [Tue Aug 25 07:39:36 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:45:11 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:45:15 2015] [notice] caught SIGWINCH, shutting down
> >> >>> gracefully
> >> >>> [Tue Aug 25 07:45:32 2015] [notice] suEXEC mechanism enabled
> (wrapper:
> >> >>> /usr/sbin/suexec)
> >> >>> apache2: Could not reliably determine the server's fully qualified
> >> domain
> >> >>> name, using 127.0.1.1 for ServerName
> >> >>> [Tue Aug 25 07:45:34 2015] [notice] Apache/2.2.31 (Unix)
> >> mod_ssl/2.2.31
> >> >>> OpenSSL/1.0.1p configured -- resuming normal operations
> >> >>> [Tue Aug 25 07:45:36 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/w/index.php/SageMath
> >> >>> [Tue Aug 25 07:47:33 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/linux
> >> >>> [Tue Aug 25 07:47:40 2015] [error] [client ::1] File does not exist:
> >> >>> /var/www/localhost/htdocs/wiki
> >> >>>
> >> >>> Where can I find the Listen, VirtualHost and Allow/Deny settings?
> >> >> _______________________________________________
> >> >> MediaWiki-l mailing list
> >> >> To unsubscribe, go to:
> >> >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >> >>
> >> >
> >> >
> >>
> >> _______________________________________________
> >> MediaWiki-l mailing list
> >> To unsubscribe, go to:
> >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >>
> >
> >
> >
> > --
> > Thanks for your time,
> > Brenton
> >
>
>
>
> --
> Thanks for your time,
> Brenton
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 25 Aug 2015 09:42:17 +0300
> From: Eli Handel <[email protected]>
> To: [email protected]
> Subject: Re: [MediaWiki-l] CSS media designations on IE9
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Thank you Bartosz Dziewoński,
>
> I hadn't known that, but I'm not using media queries in the
> ResourceLoader module definition, and it does work when I load the page
> with ?debug=true. So I guess I need more suggestions for the difference
> between debug mode and regular mode.
>
> Eli Handel
>
> > From:
> > Bartosz Dziewoński <[email protected]>
> >
> > On Wed, 19 Aug 2015 03:22:09 +0200, Eli Handel <[email protected]>
> > wrote:
> >
> >> Hi,
> >>
> >> I've been having this problem for a couple of years, but now it's
> >> becoming more pressing as I add responsive support to my skin.
> >>
> >> If there are @media designations in my skin's LESS or CSS files, then
> >> when I view the site on IE9, the @media designations are ignored and
> >> everything follows the latest CSS rules even if the @media
> >> designations don't apply. On the other hand when I load the pages
> >> with ?debug=true, there's no problem and the @media designations are
> >> respected.
> >>
> >> Can anyone offer suggestions?
> >
> > IE 9 does not support nested @media declarations. [1] Make sure that
> > you're not nesting them, for example by using the 'foo.css' => array(
> > 'media' => 'screen' ) syntax in the ResourceLoader module definition.
> > (This wraps the whole file in `@media screen { … }`.)
> >
> > [1] http://caniuse.com/#feat=css-mediaqueries
> >
> > --
> > Bartosz Dziewoński
>
>
>
> ------------------------------
>
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> End of MediaWiki-l Digest, Vol 143, Issue 24
> ********************************************
>
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to