You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/04/06 07:47:24 UTC

[GitHub] [incubator-pekko-site] pjfanning opened a new issue, #6: write a .htaccess file that redirects page requests to nightlies.apache.org

pjfanning opened a new issue, #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6

   eg https://pekko.apache.org/docs/pekko/current/ redirecting to
   https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/docs/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] jrudolph commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1523403992

   https://github.com/apache/incubator-pekko-site/blob/5df9854c3e32fda3e2ef02742330ff49a5bff921/content/.htaccess#L1-L4


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] pjfanning closed issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org 
URL: https://github.com/apache/incubator-pekko-site/issues/6


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] jrudolph commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1523406085

   It seems to work well enough but, in fact, using `RewriteRule ... [P]` will mean that the reverse proxying might not be optimally working. Not sure, if that is a problem in practice with the nightly and the website server sitting close enough to each other.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] pjfanning commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1556242776

   @jrudolph I tried to just tidy up the branches but now the `.htaccess` redirects have stopped working. Would you be able to have a look? I can't see anything that has changed in the `.htaccess` file and maybe the background job that the ASF runs to publish the site after the commits is no longer supporting the .htaccess.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] jrudolph commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1523403023

   Now also added redirects to Javadoc and Scaladoc:
   
   * https://pekko.staged.apache.org/api/pekko/snapshot/org/apache/pekko/persistence/DeleteSnapshotsFailure.html
   * https://pekko.staged.apache.org/japi/pekko-http/snapshot/org/apache/pekko/http/scaladsl/model/headers/Access$minusControl$minusExpose$minusHeaders$.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] pjfanning commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1556227744

   This is done and committed - https://github.com/apache/incubator-pekko-site/blob/main/src/main/paradox/.htaccess


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] pjfanning closed issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org 
URL: https://github.com/apache/incubator-pekko-site/issues/6


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] pjfanning commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1556244472

   @jrudolph I worked around the issue and just republished the `.htaccess` file


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-site] jrudolph commented on issue #6: write a .htaccess file that redirects page requests to nightlies.apache.org

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #6:
URL: https://github.com/apache/incubator-pekko-site/issues/6#issuecomment-1523395941

   I added an `.htaccess` file to do that test-wise to the staging branch:
   
   E.g.
   
    * https://pekko.staged.apache.org/docs/pekko-http/snapshot/common/marshalling.html
    * https://pekko.staged.apache.org/docs/pekko/snapshot/typed/guide/tutorial_2.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org